Test Suites

87 passed, 165 total

Tests

8676 passed, 8976 total

Snapshots

1523 passed, 1823 total

{ "additionalResultsProcessors": [], "resultDir": "./jest-stare/", "resultHtml": "index.html", "resultJson": "jest-results.json" }
{ "numFailedTestSuites": 78, "numFailedTests": 300, "numPassedTestSuites": 87, "numPassedTests": 8676, "numPendingTestSuites": 0, "numPendingTests": 0, "numRuntimeErrorTestSuites": 0, "numTodoTests": 0, "numTotalTestSuites": 165, "numTotalTests": 8976, "openHandles": [], "snapshot": { "added": 0, "didUpdate": false, "failure": true, "filesAdded": 0, "filesRemoved": 0, "filesRemovedList": [], "filesUnmatched": 78, "filesUpdated": 0, "matched": 1523, "total": 1823, "unchecked": 38, "uncheckedKeysByFile": [ { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "keys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "keys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "keys": [ "graphql.js format 1" ] }, { "filePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "keys": [ "embed.js format 1" ] } ], "unmatched": 300, "updated": 0 }, "startTime": 1700138373843, "success": false, "testResults": [ { "failureMessage": "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 265, "numPendingTests": 0, "perfStats": { "start": 1019.0016639999812, "end": 12604.62178300001, "runtime": 11586, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 101, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/explicit-resource-management/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 2.8436779999756254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 70.55843199999072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 311.55792900000233, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 18.2640389999724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 3.1702079999959096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 11.00271500000963, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 57.75184799998533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 59.34719900001073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await-using-of-comments.js" ], "duration": 55.32307600002969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 0.6115910000517033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 5.101160999969579, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 4.156377999985125, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.8180230000289157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.2050499999895692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 1.480232999951113, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 56.2605990000302, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 55.84848400001647, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-duplicate-using-bindings.js" ], "duration": 57.02419099997496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 0.5337459999718703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 2.034857999999076, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 54.65423800004646, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.477095999987796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.2236939999856986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 1.015465000004042, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.624054999963846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 53.87730100000044, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "invalid-script-top-level-using-binding.js" ], "duration": 55.475838999962434, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 0.48818099999334663, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 7.206529999966733, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 3.024214999983087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.1895110000041313, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.0281989999930374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 1.0146040000254288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 58.10954799997853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 56.38237399997888, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "using-declarations.js" ], "duration": 57.79072400002042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 0.4250330000068061, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 56.23641900002258, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 55.97656799998367, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.14834199997131, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 53.64002700004494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.78141200001119, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 57.08267299999716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.893485000007786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-in.js" ], "duration": 54.87181500002043, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 0.4820899999467656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.21100700000534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.33131300000241, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.744682000018656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.99886399996467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 53.04614499997115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 54.80793499998981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.29887400002917, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using-instanceof.js" ], "duration": 55.10206200001994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 0.4779219999909401, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.04169699997874, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.58728400000837, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 54.5704239999759, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 57.90102600003593, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.58994400000665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.61919100000523, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 56.2077949999948, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-expr-using.js" ], "duration": 55.037524999992456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 0.4209559999871999, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.84164999995846, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 56.985196999972686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.29420800000662, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.528295999974944, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.8809740000288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 53.72572400001809, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 55.06017700000666, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-asi-assignment.js" ], "duration": 54.1379639999941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.42957199999364093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 2.502610999974422, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 56.451210999977775, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 1.3543180000269786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.9431399999884889, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 0.8097309999866411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.092574000009336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 53.64826200000243, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-basic.js" ], "duration": 54.49327799997991, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.7991540000075474, "failureMessages": [ "valid-await-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n await using \\u0061b = c;\n }\n \n =====================================output=====================================\n async function f() {\n - await using ab = c;\n + await using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 2.3902309999684803, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 57.28651099995477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.6463729999959469, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 0.9781350000412203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 1.0799459999543615, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 54.549262000015005, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 53.897936999972444, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-escaped.js" ], "duration": 54.510418999998365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.41076599998632446, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 4.039649999991525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.90683400002308, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 1.9983900000224821, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 1.01289099996211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 0.7965969999786466, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 55.26596099999733, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 53.932111000001896, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-non-bmp.js" ], "duration": 53.34082599997055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.515421999967657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 2.5077109999838285, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.41599100001622, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 1.3741650000447407, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.9031559999566525, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 0.8093100000405684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 58.97336900001392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 54.46215999999549, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-binding-using.js" ], "duration": 53.46846499998355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.1490049999556504, "failureMessages": [ "valid-await-using-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-await-using-comments.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -19,18 +19,17 @@\n }\n \n =====================================output=====================================\n async function f() {\n {\n - /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f(); /*5*/\n + /*0*/ await using /*1*/ /*2*/ b /*3*/ = /*4*/ f() /*5*/;\n }\n {\n /*0*/ for (\n /*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ =\n /*6*/ x /*7*/ /*8*/ /*9*/ /*10*/;\n ;\n -\n );\n }\n {\n /*0*/ for (/*1*/ /*2*/ await using /*3*/ /*4*/ b /*5*/ of /*6*/ x /*7*/ /*8*/);\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 5.497089999960735, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 2.032493999984581, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0028320000274107, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 1.0555699999677017, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 0.7926290000323206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 56.69953699997859, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 56.59462000004714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-await-using-comments.js" ], "duration": 55.360946999979205, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 0.4214069999870844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.69693400000688, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.20448799995938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 52.86031000001822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.299938999989536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.150416999997105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 55.11439699999755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 54.89248400001088, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-await-using-binding-escaped-of-of.js" ], "duration": 53.57009199995082, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 0.4473149999976158, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.16895600000862, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.1637439999613, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.25314799998887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.396604000008665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.59737400000449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 55.43624800001271, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 54.43821500003105, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-escaped-of-of.js" ], "duration": 53.52490800002124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.4464729999890551, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.915982000005897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 2.6508470000117086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 1.0835020000231452, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.8985670000547543, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 0.8095409999950789, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 53.29730400000699, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 54.45268299995223, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-binding-of-of.js" ], "duration": 54.706285000022035, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.41715799999656156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.4478890000027604, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 2.0860630000242963, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 1.3910370000521652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.922472000005655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 0.7538369999965653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 54.32741999998689, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 54.74970400001621, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-for-using-declaration.js" ], "duration": 54.45611099997768, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.8436850000289269, "failureMessages": [ "valid-module-block-top-level-await-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-await-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n const m = module {\n await using foo = bar();\n }\n \n =====================================output=====================================\n - const m = module {\n + const m = module;\n + {\n await using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 2.41050900000846, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.6317459999700077, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 1.0295720000285655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.7832110000308603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 0.9204180000233464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 54.374193000025116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 53.85879299999215, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-await-using-binding.js" ], "duration": 53.897277000010945, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.6224419999634847, "failureMessages": [ "valid-module-block-top-level-using-binding.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-module-block-top-level-using-binding.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -6,10 +6,11 @@\n module {\n using foo = bar();\n }\n \n =====================================output=====================================\n - module {\n + module;\n + {\n using foo = bar();\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.8482899999944493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 1.2193659999757074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.93376200000057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7229599999845959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 0.7150549999787472, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.299796999956015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 54.39998399995966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-block-top-level-using-binding.js" ], "duration": 55.97215599997435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 0.3951579999993555, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 56.17862599994987, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.973081000032835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.289217000012286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 54.10978300002171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.6201599999913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.39051200001268, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 58.617152000020724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-computed-member.js" ], "duration": 55.70400999998674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 0.40793200000189245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 56.86478199996054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 57.55814999999711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.736344999982975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.48071100004017, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.550917999993544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 53.746042000013404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.51033000001917, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-expression-statement.js" ], "duration": 54.30107899999712, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 0.4216979999910109, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 1.8597409999929368, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 56.44086700002663, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.44960799999535, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.672010000038426, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.12400799995521, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.558465000009164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 54.93760800000746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-await-of.js" ], "duration": 55.67360699997516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 0.4376170000177808, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 58.33856000000378, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 56.962240000022575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 56.09349600004498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 56.11253499996383, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.64905099995667, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.709790999942925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 55.39265700004762, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-in.js" ], "duration": 54.884513000026345, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 0.4123799999943003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.279651000048034, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.75681599997915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.53860700002406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.65913000004366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.48066600004677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 54.9873030000017, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 63.928211999998894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-init.js" ], "duration": 55.12834599998314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 0.42845899995882064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.26040600001579, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 56.2164670000202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.11262500000885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.338528000051156, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 55.91772100003436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 57.37448699999368, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 56.225482999987435, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-for-of.js" ], "duration": 58.855612999992445, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 0.40919400000711903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 55.37120699998923, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.523428999993484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.96126499999082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.17012700001942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.990431000012904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 53.66525700001512, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.36336800002027, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-as-identifier-in.js" ], "duration": 54.848142999981064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.5185779999592341, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.68609800003469, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 54.820009999966715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 1.2125230000237934, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.801757000037469, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 0.7501000000047497, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 57.670770000026096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 59.49118199996883, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-basic.js" ], "duration": 56.35016700002598, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.7821199999889359, "failureMessages": [ "valid-using-binding-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-using-binding-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,9 +5,9 @@\n =====================================input======================================\n { using \\u0061b = c; }\n \n =====================================output=====================================\n {\n - using ab = c;\n + using \\u0061b = c;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 0)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.5047389999963343, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 53.8801880000392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 1.311917999992147, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8311910000047646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 0.8709660000167787, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 53.908066000032704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 54.462393999972846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-escaped.js" ], "duration": 54.0515070000547, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.40910400002030656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.553338999976404, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.78618400002597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 1.281721999985166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7890430000261404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 0.7226590000209399, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.162313000008, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 54.29381000000285, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-non-bmp.js" ], "duration": 55.132405999989714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.48845199996139854, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 2.1048989999690093, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.087616999982856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 1.1919150000321679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7577440000022762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 0.7196239999611862, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.50297700002557, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 56.31084400002146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-using-binding-using.js" ], "duration": 55.09018399997149, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndecimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndeferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npartial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsource-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nthrow-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nv8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 17, "numPassingTests": 318, "numPendingTests": 0, "perfStats": { "start": 12641.25607599999, "end": 26800.326578999986, "runtime": 14159, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 127, "unchecked": 0, "unmatched": 17, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/babel-plugins/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7930510000442155, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -4,10 +4,9 @@\n | printWidth\n =====================================input======================================\n async do { await requestAPI().json() };\n \n =====================================output=====================================\n - (async do {\n - await requestAPI().json();\n - });\n + async;\n + do { await requestAPI().json() };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 57.13709500001278, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 56.3119140000199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.153091999993194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.793351000000257, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6913300000014715, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 55.14770499995211, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 0.5490540000027977, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.138918000040576, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 55.3456109999679, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 56.50161199999275, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.87913200003095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.504711999965366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-generators.js" ], "duration": 54.41999099997338, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 0.4542580000124872, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 66.69470700004604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 65.52120300004026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 76.98866400000406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 63.73525200004224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 64.90577499999199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint.js" ], "duration": 65.50037999998312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 0.4411730000283569, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.01763199997367, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.940150999987964, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.718568000011146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 57.824457000009716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 58.956673999957275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-properties.js" ], "duration": 60.398222999996506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.490445000003092, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 56.436578000022564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.2695609999937, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.614308000018355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.24075299996184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 57.62832200003322, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 58.60712699999567, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.173811000015121, "failureMessages": [ "decimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `decimal.js format 1`\n \n - Snapshot - 16\n + Received + 29\n \n @@ -31,30 +31,43 @@\n \n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/11640\n \n - 100m;\n - 9223372036854775807m;\n - 0m;\n - 3.1415926535897932m;\n - 100.0m;\n - 0.1m;\n - ({ 0m: 0, 0.1m() {}, get 0.2m() {}, set 3m(_) {}, async 4m() {}, *0.5m() {} });\n - 1m;\n - 100m;\n - 9223372036854775807m;\n - 100m;\n + 100m\n + 9223372036854775807m\n + 0.m\n + 3.1415926535897932m\n + 100.000m\n + .1m\n + ({ 0m: 0, .1m() {}, get\n + 0.2m()\n + {\n + }\n + , set 3m(_)\n + {\n + }\n + , async 4m()\n + {\n + }\n + , *.5m()\n + {\n + }\n + })\n + 1.m\n + 100m\n + 9223372036854775807m\n + 100.m\n \n // Invalid decimal\n - 2e9m;\n - 016432m;\n - 089m;\n + 2e9m\n + 016432m\n + 089m\n \n // https://github.com/tc39/proposal-decimal\n - 0.1m + 0.2m === 0.3m;\n - 2.0m;\n + .1m + .2m === .3m\n + 2.00m\n -0m;\n typeof 1m === \"bigdecimal\";\n typeof 1m === \"decimal128\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 64.95864800002892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 60.511765000002924, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 1.1011750000179745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.7048359999898821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 0.6897880000178702, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decimal.js" ], "duration": 60.131725000042934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 0.4120390000171028, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 56.141446999972686, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 56.52182000002358, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.5373300000210293, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 1.014364000002388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator-auto-accessors.js" ], "duration": 57.45424799999455, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.4146240000263788, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 60.34797699999763, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 60.109645000018645, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 1.1755039999843575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 0.7166879999567755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.8695370000205, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorators.js" ], "duration": 59.96641900000395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7221780000254512, "failureMessages": [ "deferred-import-evaluation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `deferred-import-evaluation.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 56.14889100001892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 55.88830299995607, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 1.332076999999117, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.7272079999675043, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 0.8747529999818653, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "deferred-import-evaluation.js" ], "duration": 55.63901899999473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 0.42072599998209625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 58.63087400002405, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 58.01906299998518, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.97373399999924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.2497330000041984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 1.5538209999795072, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-private.js" ], "duration": 58.78255599999102, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.8729300000122748, "failureMessages": [ "do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do-expressions.js format 1`\n \n - Snapshot - 4\n + Received + 5\n \n @@ -16,15 +16,16 @@\n let a = x > 10 ? 'big' : 'small';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-do-expressions\n \n - let a = do {\n - if (x > 10) {\n - (\"big\");\n + let a =\n + do {\n + if(x > 10) {\n + 'big';\n } else {\n - (\"small\");\n + 'small';\n }\n };\n // is equivalent to:\n let a = x > 10 ? \"big\" : \"small\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 57.95881099998951, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 57.910529000044335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 1.360910999996122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.8173059999826364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 0.7632049999665469, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do-expressions.js" ], "duration": 56.88426199997775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.42131700000027195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.22364300000481, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.00693899998441, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 60.398061000043526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 59.40118200000143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.80443000001833, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 58.76300799997989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.43206699995789677, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.65043400001014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.743157000048086, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 1.2484410000033677, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.8525210000225343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 0.7678740000119433, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "explicit-resource-management.js" ], "duration": 57.308743999979924, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.6922820000327192, "failureMessages": [ "export-default-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export-default-from.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -9,8 +9,11 @@\n export v from 'mod';\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-export-default-from\n \n - export v from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 55.39110599999549, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 56.764166999957524, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 1.3433379999478348, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.7616619999753311, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 0.9984330000006594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default-from.js" ], "duration": 56.0361419999972, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 0.4303040000377223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.53384200000437, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.75603200000478, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.96847500000149, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 56.271529000019655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 54.834025000047404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-namespace-from.js" ], "duration": 55.712224999966566, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.4386659999727271, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 57.92530900001293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 57.526298999961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 1.3582859999733046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8284270000294782, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.756952999974601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "flow.js" ], "duration": 0.8767970000044443, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.8726790000218898, "failureMessages": [ "function-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-bind.js format 1`\n \n - Snapshot - 8\n + Received + 10\n \n @@ -22,21 +22,23 @@\n obj.func.call(obj, val)\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-function-bind\n \n - obj::func;\n + obj:\n + :func\n // is equivalent to:\n - func.bind(obj)::obj.func;\n + func.bind(obj)\n +\n + ::obj.func\n // is equivalent to:\n - obj.func.bind(obj);\n + obj.func.bind(obj)\n \n - obj::func(val);\n + obj::func(val)\n // is equivalent to:\n - func\n - .call(obj, val)\n + func.call(obj, val)\n \n - ::obj.func(val);\n + ::obj.func(val)\n // is equivalent to:\n - obj.func.call(obj, val);\n + obj.func.call(obj, val)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 58.39276799996151, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 58.24576199997682, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 1.4073569999891333, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9323110000113957, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 0.9036470000282861, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-bind.js" ], "duration": 58.515368000022136, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.4494190000114031, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 57.811430000001565, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 56.80134700000053, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 1.412276999966707, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.9961989999865182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 0.8323029999737628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-sent.js" ], "duration": 57.70039600000018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.4241219999967143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.553330999973696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.325068999954965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 1.1963830000022426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.818137000023853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 0.7041140000219457, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-dynamic.js" ], "duration": 55.38742799998727, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.4563310000230558, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 55.64031899999827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 54.8404069999815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 1.1747229999746196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.7892829999909736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 0.704916000016965, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-assertions-static.js" ], "duration": 55.01516300003277, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.4599189999862574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 59.7413429999724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 57.01970599999186, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 1.17680700001074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.8094910000218078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 0.7148640000377782, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-dynamic.js" ], "duration": 55.59791300003417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.45723300002282485, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 55.62864800001262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 56.54727600002661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 1.1891199999954551, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7493890000041574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 0.7024610000080429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-attributes-static.js" ], "duration": 54.97512699995423, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 0.44149399996967986, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 67.54677700001048, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 61.51541699998779, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 71.03180400002748, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 67.93089399999008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 71.61135500000091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-meta.js" ], "duration": 65.46806700003799, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6375600000028498, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.83011800004169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 55.34844400000293, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.107276999973692, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7338600000366569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6936850000056438, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 54.24447599996347, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4156859999638982, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 56.768544999998994, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.038159999996424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.58408000000054, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.21232500002952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.81908799998928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 57.305495999986306, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 0.4272880000062287, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.70387899997877, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.05264300003182, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.588494000025094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 57.14066099998308, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.55089399998542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment-operators.js" ], "duration": 55.69504199997755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7779819999705069, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -7,11 +7,12 @@\n export let m = 2;\n export let n = 3;\n };\n \n =====================================output=====================================\n - let m = module {\n + let m = module;\n + {\n export let m = 2;\n export let n = 3;\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 56.224186999956146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 55.39285900001414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.2379209999926388, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8068659999989904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7169790000189096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 54.86596399999689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 0.42250799998873845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.79472000000533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 56.54749399999855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.357631999999285, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.174643000005744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 1.3024820000282489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names.js" ], "duration": 55.52281799999764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 0.4388199999812059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.661931000009645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.372959000000264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.03590299998177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.174771999998484, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 55.629469999985304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish-coalescing-operator.js" ], "duration": 56.72109800000908, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 0.45949799998197705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 58.93500399996992, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 58.87330400000792, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.014151000010315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.93060899997363, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 59.651897999981884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js" ], "duration": 60.683215000026394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 0.4295919999713078, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.96019100002013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.83022699999856, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.519177000038326, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 58.45222899998771, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.00315300002694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-rest-spread.js" ], "duration": 57.26719599997159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 0.43086399999447167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.386220999993384, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 57.48563599999761, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.079560000041965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 55.951081999985036, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 55.95408599998336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-catch-binding.js" ], "duration": 56.15911700000288, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.42138600000180304, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 55.178630999987945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 54.833903999999166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 1.1958619999932125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.827183999994304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 0.7235109999892302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining-assignment.js" ], "duration": 54.913480999995954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.4343710000393912, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.01743000000715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.23041600000579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.1045420000446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 62.341388000000734, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 60.21736800001236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 61.102253999968525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.022108000004664, "failureMessages": [ "partial-application.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `partial-application.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -36,11 +36,13 @@\n addOne(2); // 3\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n f(x, ?); // partial application from left\n f(?, x); // partial application from right\n f(?, x, ?); // partial application for any arg\n o.f(x, ?); // partial application from left\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 66.88018300000113, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 61.76274799997918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.541557999968063, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 1.2569160000421107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 0.8921649999683723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "partial-application.js" ], "duration": 60.93630900001153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8502469999948516, "failureMessages": [ "pipeline-operator-fsharp.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-fsharp.js format 1`\n \n - Snapshot - 8\n + Received + 15\n \n @@ -42,29 +42,36 @@\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/valtech-nyc/proposal-fsharp-pipelines\n \n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n const result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n const person = { score: 25 };\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n newScore; //=> 57\n \n // As opposed to:\n let newScore = boundScore(0, 100, add(7, double(person.score)));\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 59.523749999993015, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 59.8727390000131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 1.2189050000160933, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.8210320000071079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 0.7750470000319183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-fsharp.js" ], "duration": 61.23307399998885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.6826650000293739, "failureMessages": [ "pipeline-operator-hack.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-hack.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -14,10 +14,12 @@\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-pipeline-operator\n // https://github.com/js-choi/proposal-hack-pipes\n \n - return list |> take(prefix.length, %) |> equals(%, prefix);\n + return list\n + |> take(prefix.length, %)\n + |> equals(%, prefix);\n \n // (The % token isn't final; it might instead be @ or ? or #.)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 59.35178700002143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 58.90957600000547, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 1.3511319999815896, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8943299999809824, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 0.8027589999837801, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-hack.js" ], "duration": 59.746805000002496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 0.8787710000178777, "failureMessages": [ "pipeline-operator-minimal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline-operator-minimal.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -21,10 +21,13 @@\n // https://github.com/tc39/proposal-pipeline-operator/\n \n let result = exclaim(capitalize(doubleSay(\"hello\")));\n result; //=> \"Hello, hello!\"\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n result; //=> \"Hello, hello!\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 58.13247399998363, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 58.11595100001432, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.4574109999812208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.4581509999698028, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 1.106526000017766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline-operator-minimal.js" ], "duration": 58.69660700001987, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 0.5027690000133589, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 60.60758500004886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 60.41506199998548, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 68.25623200001428, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 63.299989000021014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 60.305478999973275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-fields-in-in.js" ], "duration": 62.71448899997631, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 0.5095920000458136, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.98358699999517, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.17042100004619, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.43609999999171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.723036999988835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 57.16979400004493, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-methods.js" ], "duration": 58.12637300003553, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.8306709999451414, "failureMessages": [ "record-tuple-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -10,14 +10,18 @@\n };\n \n const record2 = #{...record1, b: 5};\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 57.26213899999857, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 58.64432099997066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 1.2018629999947734, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.8125879999715835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 0.7816590000293218, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-record.js" ], "duration": 58.02605699998094, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.6732570000458509, "failureMessages": [ "record-tuple-tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record-tuple-tuple.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n const tuple1 = #[1, 2, 3];\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 56.75163399998564, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 55.89098899997771, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 1.135710000002291, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7331579999881797, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 0.7660409999662079, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record-tuple-tuple.js" ], "duration": 57.7186980000115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 0.4252340000239201, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.91085200000089, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.766983000037726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 57.35439100000076, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.02661200001603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 1.1795120000024326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regex-v-flag.js" ], "duration": 56.03041799995117, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.42785799998091534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.610464000026695, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 56.55618000001414, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.5978719999548048, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8877469999715686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.8519700000179, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 57.41730499995174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.6250759999966249, "failureMessages": [ "source-phase-imports.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `source-phase-imports.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import source fooSource from \"foo\";\n import.source(\"x\");\n \n =====================================output=====================================\n - import source fooSource from \"foo\";\n + import source\n + fooSource;\n + from;\n + (\"foo\");\n import.source(\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 57.0342149999924, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.5163659999962, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 1.1702450000448152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7241520000388846, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 0.7085930000175722, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "source-phase-imports.js" ], "duration": 56.92230100004235, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.6407459999900311, "failureMessages": [ "throw-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw-expressions.js format 1`\n \n - Snapshot - 2\n + Received + 5\n \n @@ -10,10 +10,13 @@\n }\n \n =====================================output=====================================\n // https://babeljs.io/docs/en/babel-plugin-proposal-throw-expressions\n \n - function test(param = throw new Error(\"required!\")) {\n - const test = param === true || throw new Error(\"Falsy!\");\n + function test(param = throw new Error('required!')\n + )\n + {\n + const test = param === true ||\n + throw new Error(\"Falsy!\");\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 58.62567099998705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 57.43573299999116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 1.2389620000030845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.8124359999783337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 0.7900539999827743, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw-expressions.js" ], "duration": 56.92965900001582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.3447900000028312, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 55.584296000015456, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 56.20583599997917, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 1.0712099999655038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7692459999816492, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.7145730000338517, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "typescript.js" ], "duration": 0.9986740000313148, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.8249289999948815, "failureMessages": [ "v8intrinsic.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `v8intrinsic.js format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -30,11 +30,11 @@\n foo%bar()\n \n =====================================output=====================================\n // https://github.com/babel/babel/pull/10148\n \n - %DebugPrint(foo);\n + %DebugPrint(foo)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-bind-expression/options.json\n // ::%DebugPrint(null)\n \n // Invalid code https://github.com/JLHwung/babel/blob/c1a3cbfd65e08b7013fd6f8c62add8cb10b4b169/packages/babel-parser/test/fixtures/v8intrinsic/_errors/in-member-expression/options.json\n @@ -48,11 +48,12 @@\n // %DebugPrint?.(null)\n \n new %DebugPrint(null);\n \n function* foo() {\n - yield %StringParseInt(\"42\", 10);\n + yield;\n + %StringParseInt(\"42\", 10)\n }\n \n foo % bar();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 1)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 64.95726200001081, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 68.80703999998514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 1.2484110000077635, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.8191990000195801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 0.767011999967508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v8intrinsic.js" ], "duration": 59.85746199998539, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 251, "numPendingTests": 0, "perfStats": { "start": 26844.20868099999, "end": 41517.01941000001, "runtime": 14673, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 22, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments-1.js" ], "duration": 0.45268500002566725, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.05362999998033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.43718499998795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 58.67093800002476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.48884000000544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.29138499998953, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 57.660840999975335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.54306799999904, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-1.js" ], "duration": 56.500654999981634, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 0.4715199999627657, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.48121500003617, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 58.59383299999172, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.06709700002102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.55346500000451, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 56.663558000000194, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.92818200000329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.07014099997468, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-2.js" ], "duration": 57.17476500000339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 0.4197639999911189, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.03978400002234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.552725000015926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 58.33926600002451, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.693825000023935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.561801000032574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.934903000015765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 56.726269000035245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-3.js" ], "duration": 57.1489489999949, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 0.42274900001939386, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.84948600002099, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 60.00526900001569, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.244198000000324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.28380199999083, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.59501099999761, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.62958900001831, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 56.30568300001323, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments-4.js" ], "duration": 57.71105300000636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 0.4492190000019036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.643854000023566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.84410200000275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.70546500000637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 58.04220200004056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.654014999978244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 56.323695999977645, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 57.055200000002515, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-0.js" ], "duration": 63.406878000008874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 0.4336790000088513, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 58.039048000006005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 59.006555999978445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 57.03183799999533, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.04092800000217, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.64031500002602, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 55.89576099999249, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.57414100004826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-1.js" ], "duration": 56.8816410000436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 0.4645280000404455, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.932061000028625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.74938600003952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.579742999980226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.45329199999105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.83120600000257, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.62739199999487, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 57.07317699998384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-10.js" ], "duration": 56.28221799997846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 0.4532759999856353, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.28082899999572, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.57352799997898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.840408999996725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 59.30408999999054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.438223999983165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 56.94248199998401, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 58.00179800001206, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-2.js" ], "duration": 57.93999400001485, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 0.4157559999730438, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.46972600003937, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.66846800001804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.99906800000463, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 55.90849400003208, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 56.346286999993026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.54313299997011, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.19586599996546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-3.js" ], "duration": 57.42077499994775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 0.43304899998474866, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.34640400001081, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.723637000017334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.0759459999972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.582123999949545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.66788900003303, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 56.90207599999849, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 57.536759999988135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-4.js" ], "duration": 58.65872499998659, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 0.42474300001049414, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.835258000006434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 58.237816000008024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.05342200002633, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 56.94127700000536, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.02150099998107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 58.3734730000142, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.94333999999799, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-5.js" ], "duration": 57.4021289999946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 0.4730229999986477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.040259000030346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 59.01316600001883, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.3117140000104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.99592700001085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.16619100002572, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.9747469999711, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 57.24717899999814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-6.js" ], "duration": 58.08969499997329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 0.4259650000021793, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.41061099997023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 59.541176999977324, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.36598200001754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.37162300001364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.82577100000344, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 57.87635899998713, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 58.82531400001608, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-7.js" ], "duration": 56.24273499997798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 0.4280199999921024, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.96353499998804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.96498900000006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 56.27478400000837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.25680299999658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.40214800002286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 58.27695899998071, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.231689999985974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-8.js" ], "duration": 57.03117299999576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 0.43835799995576963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.233722999983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 57.05934499995783, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.961976999999024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.47413200000301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.79998399998294, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 58.22092400002293, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 56.7227300000377, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-9.js" ], "duration": 59.06595100002596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 0.43729599996004254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.730335999978706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 60.381004000024404, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.70192299998598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 59.144831000012346, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.94285099999979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.892370000015944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 58.60676400002558, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-emoji.js" ], "duration": 56.71050699998159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 0.42586499999742955, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 57.22121900005732, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 57.88568700000178, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.584259999974165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 56.29309600003762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 57.36602999997558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 60.121953000023495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 59.55510600004345, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-1.js" ], "duration": 58.38182599999709, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 0.41161800001282245, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 59.40740000002552, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.9584990000003, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 56.98230400000466, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.67262299999129, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.88546399999177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 58.58078799996292, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.02939099998912, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-2.js" ], "duration": 57.3721680000308, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 0.4587269999901764, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.59427100000903, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.39976000000024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.72432499995921, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 63.83729900000617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 61.00561300001573, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 59.19299199996749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 78.96627000003355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "file-start-with-comment-3.js" ], "duration": 58.538069000002, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 1.5728959999978542, "failureMessages": [ "range-0.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-0.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted<|>(2, 3);\n + thisWillBeFormatted(2, 3);<|>\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.55310199997621, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 60.818201999994926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.50083999999333, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.42107300000498, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.90959599998314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.10661600000458, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 59.12956100003794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-0.js" ], "duration": 57.735631999967154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 0.9378909999504685, "failureMessages": [ "range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.95458299998427, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 61.27331399999093, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 58.49956399999792, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 57.792995999974664, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 57.54197700001532, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 57.60089900001185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.621207000047434, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-1.js" ], "duration": 59.47835499997018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 0.9706519999890588, "failureMessages": [ "range-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-2.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3<|>);\n + thisWillBeFormatted(2, 3);\n +\n + thi<|>sWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 59.21523299999535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 61.400751999986824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 58.7158889999846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 57.78193300002022, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 57.537028999999166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 59.07160500000464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 58.348131000006106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-2.js" ], "duration": 58.50280299998121, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 0.9609739999868907, "failureMessages": [ "range-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-3.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted <|> ( 1 ,3)\n + thisWontBeFormatted(<|>1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n +\n + thisWontBeFormatted(2, 90);\n \n - thisWontBeFormatted (2, 90 ,)\n - \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 58.83494299999438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 58.11220199998934, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 57.3604570000316, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 57.069207999971695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 56.4034700000193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 57.151290000008885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 57.71235400001751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-3.js" ], "duration": 57.60734200000297, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 0.8099020000081509, "failureMessages": [ "range-4.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-4.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,12 +14,12 @@\n | ^\n > 5 | thisWontBeFormatted (2, 9<|>0 ,)\n | ^^^^\n 6 | \n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3);\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 9<|>0 ,)\n - \n + thisWontBeFormatted(2, 90);\n + <|>\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.142920000012964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.572030000039376, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.34287100000074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.14809099998092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 57.666691999998875, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.166542000020854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 59.00508000003174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-4.js" ], "duration": 58.97710700001335, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 0.682513999985531, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 58.796760999946855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.05204699997557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 58.4216379999998, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 57.61163800000213, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 58.974090999981854, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 59.11445300001651, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 58.33137099997839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-5.js" ], "duration": 57.08165000000736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 0.5619089999818243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.76393900002586, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.527755000046454, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.05116099998122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 59.68225299997721, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.108176000008825, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.82679500000086, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 58.15154699998675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-6.js" ], "duration": 57.164561999961734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 0.5819769999943674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 58.92382900003577, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.26561500004027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 57.93888899998274, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 57.51960299996426, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 56.640978000010364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 58.55163299996639, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 57.762837999965996, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-7.js" ], "duration": 59.56873300002189, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 0.8122359999688342, "failureMessages": [ "range-8.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-8.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n > 5 | thisWontBeFormatted (2, 90 ,)\n | ^\n 6 |\n =====================================output=====================================\n - thisWontBeFormatted ( 1 ,3)\n + thisWontBeFormatted(1, 3);\n \n - thisWillBeFormatted(2, 3)<|>;\n + thisWillBeFormatted(2, 3);\n \n - thisWontBeFormatted (2, 90 ,)\n + this<|>WontBeFormatted(2, 90);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 2)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 61.04665199998999, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 61.09679400001187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 58.52147999999579, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.40513200004352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 59.31583400000818, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 61.264976000005845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 63.138449000020046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-8.js" ], "duration": 60.99152600002708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [], "duration": 2.2529950000462122, "failureMessages": [], "fullName": "translates cursor correctly in basic case", "numPassingAsserts": 0, "status": "passed", "title": "translates cursor correctly in basic case" }, { "ancestorTitles": [], "duration": 0.8438360000145622, "failureMessages": [], "fullName": "positions cursor relative to closest node, not SourceElement", "numPassingAsserts": 0, "status": "passed", "title": "positions cursor relative to closest node, not SourceElement" }, { "ancestorTitles": [], "duration": 0.8787299999967217, "failureMessages": [], "fullName": "keeps cursor inside formatted node", "numPassingAsserts": 0, "status": "passed", "title": "keeps cursor inside formatted node" }, { "ancestorTitles": [], "duration": 2.9209220000193454, "failureMessages": [], "fullName": "doesn't insert second placeholder for nonexistent TypeAnnotation", "numPassingAsserts": 0, "status": "passed", "title": "doesn't insert second placeholder for nonexistent TypeAnnotation" }, { "ancestorTitles": [], "duration": 1.5361079999711365, "failureMessages": [], "fullName": "cursorOffset === rangeStart", "numPassingAsserts": 0, "status": "passed", "title": "cursorOffset === rangeStart" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 58, "numPendingTests": 0, "perfStats": { "start": 41551.82270799996, "end": 43826.569903999974, "runtime": 2275, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 27, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-reflection/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6471380000002682, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n /* 0 */import /* 1 */module /* 2 */from /* 3 */from /* 4 */\"./module.wasm\"/* 5 */;\n \n =====================================output=====================================\n - /* 0 */ import module /* 1 */ /* 2 */ from /* 3 */ from /* 4 */ \"./module.wasm\" /* 5 */;\n + /* 0 */ import /* 1 */module /* 2 */from /* 3 */\n + from; /* 4 */\n + (\"./module.wasm\") /* 5 */;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.8197170000057667, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.7178660000208765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.232460000028368, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1243189999950118, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1008249999722466, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.330165999999736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.7520160000422, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.623995000030845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.6562350000021979, "failureMessages": [ "import-reflection.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-reflection.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import module foo from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.6236510000308044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 1.7066460000351071, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.8400280000059865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7965169999515638, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 0.7228800000157207, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.17144000000553, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.30131700000493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import-reflection.js" ], "duration": 57.83912899997085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7563319999608211, "failureMessages": [ "valid-default-import.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-default-import.mjs format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,9 +5,12 @@\n =====================================input======================================\n import module foo from \"./module.wasm\";\n import bar from \"./module.wasm\";\n \n =====================================output=====================================\n - import module foo from \"./module.wasm\";\n + import module\n + foo;\n + from;\n + (\"./module.wasm\");\n import bar from \"./module.wasm\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 3.0496120000025257, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.971259000012651, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 1.1371429999708198, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.696209000016097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 0.7096149999997579, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 56.79003000003286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 58.77638900000602, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-default-import.mjs" ], "duration": 57.871070000051986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7405719999806024, "failureMessages": [ "valid-from-as-default-module-binding-escaped.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding-escaped.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module \\u0066rom from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module \\u0066rom\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.6438080000225455, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 1.159122999990359, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.7570529999793507, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6959899999783374, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 0.6847880000132136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 58.85302199999569, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 58.174147000012454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding-escaped.mjs" ], "duration": 57.824531999998726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6219709999859333, "failureMessages": [ "valid-from-as-default-module-binding.mjs > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-from-as-default-module-binding.mjs format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import module from from \"./module.wasm\";\n \n =====================================output=====================================\n - import module from from \"./module.wasm\";\n + import module from\n + from;\n + (\"./module.wasm\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 3)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.5548720000078902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.6506620000000112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.131792000029236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 1.0569929999765009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 0.6861410000128672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 57.852570999995805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 57.699810999969486, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-from-as-default-module-binding.mjs" ], "duration": 57.61065200000303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 0.48011599999153987, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 58.797317999997176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 60.033345000003465, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 58.36065300001064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 56.86307500000112, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.712842000008095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.65493600000627, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.06049800000619, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding-2.mjs" ], "duration": 57.807239999994636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 0.4736740000080317, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.685212999989744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.00286700000288, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.54106200003298, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.98945100000128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 57.33140299998922, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 58.176917999982834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 58.76653099997202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-module-as-default-binding.mjs" ], "duration": 58.460849999974016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 69, "numPendingTests": 0, "perfStats": { "start": 43857.710341, "end": 44501.02389199997, "runtime": 643, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 63, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 1.4969549999805167, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.87300999998115, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.7314260000130162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8321629999554716, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-arr.js" ], "duration": 0.8597350000054576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.9545820000348613, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8057639999897219, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.7790939999977127, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.711918999964837, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-destructuring-obj.js" ], "duration": 0.8945390000008047, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 1.0055879999999888, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8425730000017211, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.7260249999817461, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.6484899999923073, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-arrow.js" ], "duration": 0.8205609999713488, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.7799760000198148, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6940559999784455, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6819629999808967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6444929999997839, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param-assign.js" ], "duration": 0.6985839999979362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.7423159999889322, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6787570000160486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6818230000208132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.640826000017114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-fn-param.js" ], "duration": 0.6820539999753237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7646870000171475, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7652890000026673, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6905080000287853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.6385420000297017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-await-of.js" ], "duration": 0.7879200000315905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7263459999812767, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7043640000047162, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6942160000326112, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.6482199999736622, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-in.js" ], "duration": 0.7602089999709278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7025010000215843, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.689347000035923, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7219179999665357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.6401949999853969, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-for-of.js" ], "duration": 0.7488180000218563, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7195739999879152, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7124199999962002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6790669999900274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.6701910000410862, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-postfix.js" ], "duration": 0.7326569999568164, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6927029999787919, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6572569999843836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.6799589999718592, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.79071600001771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-inc-prefix.js" ], "duration": 0.7411340000107884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.4117190000251867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 1.3139329999685287, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7982300000148825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 0.7502310000127181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-complex-case.js" ], "duration": 58.30763299996033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.45150299998931587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 1.1210929999942891, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 0.812106000026688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 56.90012700000079, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-eq.js" ], "duration": 59.172589000023436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.4459120000246912, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 1.1393969999626279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 0.8813449999433942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 56.55097500002012, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-lhs-plus-eq.js" ], "duration": 57.851184999977704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.7144740000367165, "failureMessages": [ "valid-parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-parenthesized.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n (a?.b) = c;\n \n =====================================output=====================================\n - a?.b = c;\n + (a?.b) = c;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 4)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 1.1736309999832883, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.8831689999788068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 0.8008949999930337, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-parenthesized.js" ], "duration": 57.535310000006575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 284, "numPendingTests": 0, "perfStats": { "start": 44533.58659999998, "end": 60607.383426999964, "runtime": 16074, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.5214730000006966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.60656200000085, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.739500000025146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 59.098738999979105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.14256000000751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.69045100000221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.52715199999511, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 58.64784999995027, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.63321399997221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.4739649999537505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.410931000020355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.7822650000453, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.32933400000911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.36298400000669, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.346017999981996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 59.39244999998482, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.54207600001246, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.62447300000349, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.7564620000193827, "failureMessages": [ "snippet: #2 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -3,8 +3,8 @@\n printWidth: 80\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 57.02265600004466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.26831700000912, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.54138100001728, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.99689200002467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.33168999996269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.524566999985836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.683393999992404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.43216600001324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.6393340000067838, "failureMessages": [ "snippet: #3 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */;\n + \"use strict\";/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 57.45727399998577, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.830475999973714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.22600900003454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.70684900000924, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.8472709999769, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.75051799998619, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.33428199996706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 56.79722700000275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.4283999999752268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.036232999991626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 56.92928400001256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.71067600004608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.52623699995456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.96113599999808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.13230400002794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.23627499997383, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 57.673921999987215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.41499499999918044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.70451000001049, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 57.48034800001187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.6928440000047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.693625000014435, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.94497800001409, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 56.13008800003445, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.772044000041205, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.41073800000595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.47168999997666106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.13326800003415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.73951300000772, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.52831600001082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.73265000001993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 53.79636999999639, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.1526849999791, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.88877799996408, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.53444600000512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.4161370000219904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.39430200000061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.54514400003245, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.51686500001233, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.18573500000639, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.33561399998143, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.43878699996276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.0942320000031, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.18226999999024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.45965800003614277, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.12732299999334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.51220599998487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.430603999993764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.015195000043605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.29144500003895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.58467199996812, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.4762959999498, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.01101000001654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.45686299999943003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.993625000002794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.16929900000105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.35524200001964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 56.425642999995034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.858227999997325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.522007999999914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.09816100000171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.1744170000311, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.4976889999816194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.696644000010565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.73635700001614, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.30803300003754, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 56.578146999992896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.061426000029314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.56555499997921, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.63388500001747, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 57.77210500004003, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.43342900002608076, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.082723000028636, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 56.87774600001285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.39690100000007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.98001199995633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.39230900001712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.80229900003178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.31717300001765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.939239000028465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.418731999990996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.95282199996291, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.774394000007305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.710042000049725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.1152230000007, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.43481800000882, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.59133899997687, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.98661899997387, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.10572599997977, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.42952099995454773, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.45501199999126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.76159100001678, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.89249999995809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.42552699998487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.57624500000384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.183542000013404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.53062800003681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 54.76892999996198, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.4225990000413731, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.73739999998361, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.02078000002075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 69.10226499999408, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.30718899995554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.75976099999389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.80399500002386, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.52672399999574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 56.30907700001262, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.4903059999924153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 57.03471699997317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.566173999977764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.40057199995499, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.505134999984875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.04550800001016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.09428600000683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.34717999998247, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 56.6580880000256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.45249499997589737, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.76726299995789, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.614979000005405, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 53.863289000000805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.566936999966856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.89809799997602, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.379710000008345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 54.84177499997895, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 55.696901999996044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.4943329999805428, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.739827000012156, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.96896000002744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.1492970000254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 56.21388299996033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.826297000050545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.83004400000209, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 54.674044999992475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 55.47028700000374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 0.6654229999985546, "failureMessages": [ "snippet: #2 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #2 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n semi: false\n | printWidth\n =====================================input======================================\n 'use strict' /* comment */;\n =====================================output=====================================\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 54.97339900000952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.70318599999882, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.695429000013974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.48368200002005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 55.0528490000288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.01942600001348, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 57.021811999962665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2 - {\"semi\":false}" ], "duration": 56.236891000007745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 0.6781659999978729, "failureMessages": [ "snippet: #3 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #3 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n function foo() {\n 'use strict' /* comment */;\n }\n =====================================output=====================================\n function foo() {\n - \"use strict\" /* comment */\n + \"use strict\"/* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 5)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 56.11988399998518, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.64697800000431, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.22024400002556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.11910499999067, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.78762600000482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.15197700000135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 54.793193999968935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3 - {\"semi\":false}" ], "duration": 55.109262999962084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 0.4450010000145994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.89412299997639, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.148852000012994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.06113500002539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.61816800001543, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.78243200003635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.91968300001463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 55.08306600002106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4 - {\"semi\":false}" ], "duration": 54.96418299997458, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 0.53820499998983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 58.00675100000808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.47506800002884, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 56.01312399999006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.62044900003821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 55.17574599996442, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.73855499998899, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.77088999998523, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5 - {\"semi\":false}" ], "duration": 54.948044000018854, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 0.4599279999965802, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.9387379999971, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.366222999989986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.566519999993034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.347666000016034, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.11994800000684, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 54.476930999953765, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 55.91359900002135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6 - {\"semi\":false}" ], "duration": 57.308539999998175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 0.4414639999740757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.69370099995285, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 56.47148000000743, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 57.46213699999498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.84116999997059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.5611880000215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.942482999991626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 55.145538999990094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7 - {\"semi\":false}" ], "duration": 54.69007400004193, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 0.4983400000492111, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 60.441206000046805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.59594599995762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.38108700001612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.858910999959335, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.51442299998598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.15051199996378, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 55.21919999999227, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8 - {\"semi\":false}" ], "duration": 56.09749000001466, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 0.6513660000055097, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.52439500001492, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.447769000020344, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.63166200002888, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.93802699999651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 54.543983999988995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 57.06816500000423, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 55.671606999996584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9 - {\"semi\":false}" ], "duration": 56.45481899997685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 0.4555009999894537, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 57.320765000011306, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.346483000030275, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.11164200003259, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 54.92699599999469, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.189188999996986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 56.41496199998073, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.810347000020556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10 - {\"semi\":false}" ], "duration": 55.978742000006605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 0.4607099999557249, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.789374999993015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.89917200000491, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.2144659999758, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.746701000025496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 54.927405999973416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 56.24123200000031, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.4918910000124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11 - {\"semi\":false}" ], "duration": 55.21671000000788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 0.5500659999670461, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.11397299997043, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 56.40617900004145, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.10628499998711, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.93120299995644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.196169000002556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.408937000029255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 55.45102500001667, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12 - {\"semi\":false}" ], "duration": 57.12705599999754, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 0.444870000006631, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.39435700001195, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.07863800000632, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.69763899996178, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.453470000007655, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 54.98893200000748, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.721121999958996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 56.01104100001976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13 - {\"semi\":false}" ], "duration": 55.11293400003342, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 0.4307239999761805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.51159900001949, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.808984000002965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.04080700001214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.199958999990486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.57083799998509, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 54.54794000001857, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.16358999995282, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14 - {\"semi\":false}" ], "duration": 55.66086499998346, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 0.4032319999532774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.88768099999288, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.008488000021316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.77226900000824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 54.783410000032745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.45915299997432, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.25300399999833, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.19730200001504, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15 - {\"semi\":false}" ], "duration": 55.43133200000739, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 60640.110461000004, "end": 61893.160687999974, "runtime": 1253, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 34, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4406320000416599, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 55.799906000029296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.5170320000033826, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8163950000307523, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8328650000039488, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 54.48882100003539, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 54.57414899999276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4536059999954887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 2.649546000000555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0307139999931678, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.8164140000008047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.0415539999958128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.93132199998945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.82986300002085, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.49825000000419095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.420771999983117, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.8274640000308864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7674929999629967, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7339410000131465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 54.59492800000589, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.6151719999616, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.42482299997936934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.346062000025995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7978690000018105, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7541680000140332, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.7044749999768101, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 54.458283999993, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.12416599999415, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.4223490000003949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.8143569999956526, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.0797250000177883, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7369760000146925, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.738939999951981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 54.95416099997237, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.68857899995055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.45548999996390194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.48793800000567, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7927800000179559, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.73479200003203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7444489999907091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.73596099996939, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 54.189731000049505, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.5327539999852888, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.577795999997761, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.0973879999946803, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.8089100000215694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.7179800000158139, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 54.96670200000517, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 54.52760000003036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunc-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nindent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 272, "numPendingTests": 0, "perfStats": { "start": 61931.21625, "end": 80269.15973099996, "runtime": 18338, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 32, "unmatched": 16, "updated": 0, "uncheckedKeys": [ "binary.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "binary.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "binary.js - {\"experimentalTernaries\":true} format 1", "func-call.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "func-call.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "func-call.js - {\"experimentalTernaries\":true} format 1", "indent.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent.js - {\"experimentalTernaries\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "indent-after-paren.js - {\"experimentalTernaries\":true} format 1", "nested.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested.js - {\"experimentalTernaries\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "nested-in-condition.js - {\"experimentalTernaries\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "parenthesis.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "parenthesis.js - {\"experimentalTernaries\":true} format 1", "test.js - {\"experimentalTernaries\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true,\"tabWidth\":4} format 1", "test.js - {\"experimentalTernaries\":true,\"useTabs\":true} format 1", "test.js - {\"experimentalTernaries\":true} format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ternaries/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary.js" ], "duration": 0.4299130000290461, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 74.86986599996453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 67.77545000001555, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.72585899999831, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 70.28033199999481, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 58.56372700002976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.247191999980714, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 59.03569500002777, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 57.92600900004618, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 0.721075999957975, "failureMessages": [ "func-call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.738850000023376, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 57.33787899999879, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.28132900001947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.14287699997658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.997153000032995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 56.68182300002081, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 55.96946599998046, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js" ], "duration": 57.04721499996958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 0.6195869999937713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 109.22605600004317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 96.01416900003096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 78.19818000000669, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 73.05530800000997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 77.62168500002008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 76.92454000003636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 79.97242200002074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js" ], "duration": 80.95564000000013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.907063000020571, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -173,14 +173,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 85.28057200001786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.34999700001208, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.57990499999141, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.295420000038575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.30847899999935, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.78645600000164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.940969999996014, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.6810660000192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 0.6756609999574721, "failureMessages": [ "nested-in-condition.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -56,12 +56,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 65.10438900004374, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 61.16799799998989, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 57.43209499999648, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 57.27865499997279, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 56.77420699998038, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 59.73785799997859, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 64.6188400000101, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js" ], "duration": 58.3687739999732, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 1.4746220000088215, "failureMessages": [ "nested.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -145,14 +145,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -174,69 +174,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -249,12 +249,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -270,13 +270,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 87.3155830000178, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 87.72563299996546, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.6421299999929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.23751300002914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 68.37865500000771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 78.8632809999981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 72.29626099998131, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 70.09155399998417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.5237780000315979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.28324200003408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.48266399995191, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.26907800004119, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 58.13011500000721, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.85981500003254, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.037051999999676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 56.80645800003549, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 57.80498700001044, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4262260000105016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.06236000003992, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.79384600004414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.707554000022355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.93266599997878, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.08899699995527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.85398900002474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.14151300000958, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.032900999998674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 0.45250399998622015, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.655506999988575, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.45355800003745, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 58.58225899998797, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.79209800000535, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.92591099999845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 59.82521000003908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 61.091955000010785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"tabWidth\":4}" ], "duration": 63.405497000028845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 0.7280090000131167, "failureMessages": [ "func-call.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n bifornCringerMoshedPerplexSawder,\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - anodyneCondosMalateOverateRetinol\n + anodyneCondosMalateOverateRetinol\n ? annularCooeedSplicesWalksWayWay\n : kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.01673299999675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.74647999997251, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 54.85186699999031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.02990799996769, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.90270299999975, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 55.84039299999131, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.434137999953236, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"tabWidth\":4}" ], "duration": 56.27062599995406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 0.7692460000398569, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 126.68836099997861, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 83.99980799999321, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 75.1942309999722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 76.45450200000778, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 72.44481899996754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 70.77013999997871, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 74.08447900001192, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"tabWidth\":4}" ], "duration": 70.85889899998438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 7.315958000021055, "failureMessages": [ "indent.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 113\n + Received + 117\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n ? bbbbbbbbbbbbbbbbbb\n : ccccccccccccccc\n - ? ddddddddddddddd\n - : eeeeeeeeeeeeeee\n - ? fffffffffffffff\n - : gggggggggggggggg;\n + ? ddddddddddddddd\n + : eeeeeeeeeeeeeee\n + ? fffffffffffffff\n + : gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n ? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n @@ -196,132 +196,136 @@\n : {\n a: {\n a: 0,\n }\n ? {\n - a: 0,\n - }\n + a: 0,\n + }\n : {\n - y: {\n - a: 0,\n - }\n - ? {\n - a: 0,\n - }\n - : {\n - a: 0,\n - },\n - },\n + y: {\n + a: 0,\n + }\n + ? {\n + a: 0,\n + }\n + : {\n + a: 0,\n + },\n + },\n };\n \n a\n ? {\n a: function () {\n return a\n ? {\n - a: [\n - a\n - ? {\n - a: 0,\n - b: [a ? [0, 1] : []],\n - }\n - : [\n - [\n - 0,\n - {\n - a: 0,\n - },\n - a ? 0 : 1,\n - ],\n - function () {\n - return a\n - ? {\n - a: 0,\n - }\n - : [\n - {\n - a: 0,\n - },\n - {},\n - ];\n - },\n - ],\n - ],\n - }\n - : [\n - a\n - ? function () {\n - a\n - ? a(\n - a\n - ? {\n - a: a({\n + a: [\n + a\n + ? {\n + a: 0,\n + b: [a ? [0, 1] : []],\n + }\n + : [\n + [\n + 0,\n + {\n + a: 0,\n + },\n + a ? 0 : 1,\n + ],\n + function () {\n + return a\n + ? {\n a: 0,\n - }),\n - }\n - : [\n - 0,\n - a(),\n - a(\n - a(),\n + }\n + : [\n {\n a: 0,\n },\n - a\n - ? a()\n - : a({\n - a: 0,\n - }),\n - ),\n - a()\n - ? {\n - a: a(),\n - b: [],\n - }\n - : {},\n - ],\n - )\n - : a(\n - a()\n - ? {\n - a: 0,\n - }\n - : (function (a) {\n - return a()\n - ? [\n - {\n - a: 0,\n - b: a(),\n - },\n - ]\n - : a([\n - a\n - ? {\n - a: 0,\n + {},\n + ];\n + },\n + ],\n + ],\n + }\n + : [\n + a\n + ? function () {\n + a\n + ? a(\n + a\n + ? {\n + a: a({\n + a: 0,\n + }),\n + }\n + : [\n + 0,\n + a(),\n + a(\n + a(),\n + {\n + a: 0,\n + },\n + a\n + ? a()\n + : a({\n + a: 0,\n + }),\n + ),\n + a()\n + ? {\n + a: a(),\n + b: [],\n }\n - : {},\n - {\n - a: 0,\n - },\n - ]);\n - })(\n - a\n - ? function (a) {\n - return function () {\n - return 0;\n - };\n - }\n - : function (a) {\n - return function () {\n - return 1;\n - };\n - },\n - ),\n - );\n - }\n - : function () {},\n - ];\n + : {},\n + ],\n + )\n + : a(\n + a()\n + ? {\n + a: 0,\n + }\n + : (function (a) {\n + return a()\n + ? [\n + {\n + a: 0,\n + b: a(),\n + },\n + ]\n + : a([\n + a\n + ? {\n + a: 0,\n + }\n + : {},\n + {\n + a: 0,\n + },\n + ]);\n + })(\n + a\n + ? function (\n + a,\n + ) {\n + return function () {\n + return 0;\n + };\n + }\n + : function (\n + a,\n + ) {\n + return function () {\n + return 1;\n + };\n + },\n + ),\n + );\n + }\n + : function () {},\n + ];\n },\n }\n : a;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 78.44587100000354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 68.25862500001676, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.708955999987666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 59.89065200003097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 60.160032999992836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.23029499995755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 61.62505799997598, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"tabWidth\":4}" ], "duration": 64.01820799999405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 0.6913210000493564, "failureMessages": [ "nested-in-condition.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n ? true\n ? true\n : false\n : true\n - ? true\n - : false;\n + ? true\n + : false;\n \n (\n bifornCringerMoshedPerplexSawder\n ? askTrovenaBeenaDependsRowans\n : glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 60.487002000038046, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 61.16698500001803, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 56.901543999963906, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.01714800001355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 56.22436600003857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.727232999983244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 57.65054100000998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"tabWidth\":4}" ], "duration": 66.45453600003384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 1.0671319999964908, "failureMessages": [ "nested.js - {\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n : (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n ? value1\n : condition2\n - ? value2\n - : condition3\n - ? value3\n - : value4;\n + ? value2\n + : condition3\n + ? value3\n + : value4;\n \n const StorybookLoader = ({ match }) =>\n match.params.storyId === \"button\" ? (\n <ButtonStorybook />\n ) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessage =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n state == \"success\"\n ? 1 //'Payment completed successfully'\n : state == \"processing\"\n - ? 2 //'Payment processing'\n - : state == \"invalid_cvc\"\n - ? 3 //'There was an issue with your CVC number'\n - : true //state == 'invalid_expiry'\n - ? 4 //'Expiry must be sometime in the past.'\n - : 5; // 'There was an issue with the payment. Please contact support.'\n + ? 2 //'Payment processing'\n + : state == \"invalid_cvc\"\n + ? 3 //'There was an issue with your CVC number'\n + : true //state == 'invalid_expiry'\n + ? 4 //'Expiry must be sometime in the past.'\n + : 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n <div\n className={\n \"match-achievement-medal-type type\" +\n (medals[0].record\n ? \"-record\"\n : medals[0].unique\n - ? \"-unique\"\n - : medals[0].type)\n + ? \"-unique\"\n + : medals[0].type)\n }\n >\n {medals[0].record\n ? i18n(\"Record\")\n : medals[0].unique\n - ? i18n(\"Unique\")\n - : medals[0].type === 0\n - ? i18n(\"Silver\")\n - : medals[0].type === 1\n - ? i18n(\"Gold\")\n - : medals[0].type === 2\n - ? i18n(\"Platinum\")\n - : i18n(\"Theme\")}\n + ? i18n(\"Unique\")\n + : medals[0].type === 0\n + ? i18n(\"Silver\")\n + : medals[0].type === 1\n + ? i18n(\"Gold\")\n + : medals[0].type === 2\n + ? i18n(\"Platinum\")\n + : i18n(\"Theme\")}\n </div>\n );\n \n a\n ? literalline\n : {\n - 123: 12,\n - }\n - ? line\n - : softline;\n + 123: 12,\n + }\n + ? line\n + : softline;\n \n const config = {\n onFailure:\n onFailure !== undefined\n ? onFailure\n @@ -250,12 +250,12 @@\n {\n _:\n typeof error === \"string\"\n ? error\n : error && error.message\n - ? error.message\n - : undefined,\n + ? error.message\n + : undefined,\n },\n );\n refresh();\n },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 74.00203500001226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 71.94104700000025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 63.80204199999571, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 65.41662899998482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.74982399999863, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 64.93505099997856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 67.39972799998941, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"tabWidth\":4}" ], "duration": 65.10209100000793, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 0.49159799999324605, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 57.22863199998392, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.990302000020165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 58.31307899998501, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 59.50796799996169, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.923241000040434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.369919000018854, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.63361499999883, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"tabWidth\":4}" ], "duration": 56.54123700002674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 0.4458229999872856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 60.06483699998353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.3459959999891, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 57.443353999988176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.39054200000828, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.338824999984354, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 58.223271999973804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.00763200002257, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"tabWidth\":4}" ], "duration": 59.409834999998566, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 0.48475499998312443, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 62.33280099998228, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 60.385828000027686, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.54840700002387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 59.5459480000427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.240282999991905, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 57.965706999995746, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 58.76022500003455, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true}" ], "duration": 61.36785999999847, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 0.610279000014998, "failureMessages": [ "func-call.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -17,11 +17,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.77750200004084, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.49191899999278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.19984000001568, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 55.6272829999798, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.417367000016384, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.83215799997561, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 56.92318400001386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true}" ], "duration": 57.195521000016015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 0.5592339999857359, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 92.66402299999027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 79.35492699994938, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 77.3802620000206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 75.8723170000012, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 70.91238499997417, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 73.50518999999622, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 75.62765699997544, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true}" ], "duration": 73.59760100004496, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 0.8441049999673851, "failureMessages": [ "indent.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -174,14 +174,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 72.32962500001304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 68.05639500002144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 65.5387060000212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 63.71203799999785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 62.54170200001681, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 62.63610800000606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 64.5433090000297, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true}" ], "duration": 64.62991900002817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 0.6616849999991246, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -57,12 +57,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 61.52510400000028, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 61.01301799999783, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 57.27632900001481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.66821999999229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.76779600000009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 58.89907800004585, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 60.194779000012204, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true}" ], "duration": 59.339074999967124, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 1.0453520000446588, "failureMessages": [ "nested.js - {\"useTabs\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -146,14 +146,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -175,69 +175,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -250,12 +250,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -271,13 +271,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 73.10852100001648, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 70.57359799998812, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 65.20351500000106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.46145800000522, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 65.32605999999214, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.35634900000878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 68.76790699997218, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true}" ], "duration": 67.32248799997615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 0.5094919999828562, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 59.916142000001855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.918888000014704, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.06413200002862, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.40257400000701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 58.301534999976866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 60.57221299997764, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 60.27843499998562, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true}" ], "duration": 60.90631900000153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 0.46231400000397116, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 62.614360000006855, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.79855700000189, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 61.39670500002103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.810989999969024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 61.206589000008535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 58.82857800001511, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 60.04673300002469, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true}" ], "duration": 59.33482499996899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.4735440000076778, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.3639410000178, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.95293400000082, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.51524099998642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 78.10219500004314, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.14381899998989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.37830799998483, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.21756499999901, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.43792700004997, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.7280690000043251, "failureMessages": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `func-call.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -18,11 +18,11 @@\n =====================================output=====================================\n fn(\n \tbifornCringerMoshedPerplexSawder,\n \taskTrovenaBeenaDependsRowans,\n \tglimseGlyphsHazardNoopsTieTie === averredBathersBoxroomBuggyNurl &&\n - \t\tanodyneCondosMalateOverateRetinol\n + \tanodyneCondosMalateOverateRetinol\n \t\t? annularCooeedSplicesWalksWayWay\n \t\t: kochabCooieGameOnOboleUnweave,\n );\n // TODO(rattrayalex): try to indent consequent/alternate here.\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.200012999994215, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.98540700000012, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.12184400000842, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.22583000001032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.239948999951594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.922787000017706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.3691370000015, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "func-call.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.74981799995294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.8407299999962561, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 108.88262499996927, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.76881699997466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 73.60492900002282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 70.42943900002865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.12472900003195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 71.08858900004998, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 75.26326400000835, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent-after-paren.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 76.33074800000759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.896984999999404, "failureMessages": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -175,14 +175,14 @@\n \n =====================================output=====================================\n aaaaaaaaaaaaaaa\n \t? bbbbbbbbbbbbbbbbbb\n \t: ccccccccccccccc\n - \t ? ddddddddddddddd\n - \t : eeeeeeeeeeeeeee\n - \t ? fffffffffffffff\n - \t : gggggggggggggggg;\n + \t? ddddddddddddddd\n + \t: eeeeeeeeeeeeeee\n + \t? fffffffffffffff\n + \t: gggggggggggggggg;\n \n aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n \t\t\t? aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 67.87442700000247, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.685330000007525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.67908199998783, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.170935999951325, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.801781999995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.11945800000103, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 62.36263599997619, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.8299189999816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.6658730000490323, "failureMessages": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -58,12 +58,12 @@\n )\n \t? true\n \t\t? true\n \t\t: false\n \t: true\n - \t ? true\n - \t : false;\n + \t? true\n + \t: false;\n \n (\n \tbifornCringerMoshedPerplexSawder\n \t\t? askTrovenaBeenaDependsRowans\n \t\t: glimseGlyphsHazardNoopsTieTie\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.02790400001686, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.469100999995135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.79278199997498, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 60.61959299998125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.819459999969695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 61.561573999992106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.92832000000635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-in-condition.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.72434399998747, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 1.5729469999787398, "failureMessages": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested.js - {\"useTabs\":true,\"tabWidth\":4} format 1`\n \n - Snapshot - 42\n + Received + 42\n \n @@ -147,14 +147,14 @@\n \t\t: (p) => `here's your ${p} ${what}`;\n \n const value = condition1\n \t? value1\n \t: condition2\n - \t ? value2\n - \t : condition3\n - \t ? value3\n - \t : value4;\n + \t? value2\n + \t: condition3\n + \t? value3\n + \t: value4;\n \n const StorybookLoader = ({ match }) =>\n \tmatch.params.storyId === \"button\" ? (\n \t\t<ButtonStorybook />\n \t) : match.params.storyId === \"color\" ? (\n @@ -176,69 +176,69 @@\n \n const message =\n \ti % 3 === 0 && i % 5 === 0\n \t\t? \"fizzbuzz\"\n \t\t: i % 3 === 0\n - \t\t ? \"fizz\"\n - \t\t : i % 5 === 0\n - \t\t ? \"buzz\"\n - \t\t : String(i);\n + \t\t? \"fizz\"\n + \t\t: i % 5 === 0\n + \t\t? \"buzz\"\n + \t\t: String(i);\n \n const paymentMessage =\n \tstate == \"success\"\n \t\t? \"Payment completed successfully\"\n \t\t: state == \"processing\"\n - \t\t ? \"Payment processing\"\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? \"There was an issue with your CVC number\"\n - \t\t : state == \"invalid_expiry\"\n - \t\t ? \"Expiry must be sometime in the past.\"\n - \t\t : \"There was an issue with the payment. Please contact support.\";\n + \t\t? \"Payment processing\"\n + \t\t: state == \"invalid_cvc\"\n + \t\t? \"There was an issue with your CVC number\"\n + \t\t: state == \"invalid_expiry\"\n + \t\t? \"Expiry must be sometime in the past.\"\n + \t\t: \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessage2 =\n \tstate == \"success\"\n \t\t? 1 //'Payment completed successfully'\n \t\t: state == \"processing\"\n - \t\t ? 2 //'Payment processing'\n - \t\t : state == \"invalid_cvc\"\n - \t\t ? 3 //'There was an issue with your CVC number'\n - \t\t : true //state == 'invalid_expiry'\n - \t\t ? 4 //'Expiry must be sometime in the past.'\n - \t\t : 5; // 'There was an issue with the payment. Please contact support.'\n + \t\t? 2 //'Payment processing'\n + \t\t: state == \"invalid_cvc\"\n + \t\t? 3 //'There was an issue with your CVC number'\n + \t\t: true //state == 'invalid_expiry'\n + \t\t? 4 //'Expiry must be sometime in the past.'\n + \t\t: 5; // 'There was an issue with the payment. Please contact support.'\n \n const foo = (\n \t<div\n \t\tclassName={\n \t\t\t\"match-achievement-medal-type type\" +\n \t\t\t(medals[0].record\n \t\t\t\t? \"-record\"\n \t\t\t\t: medals[0].unique\n - \t\t\t\t ? \"-unique\"\n - \t\t\t\t : medals[0].type)\n + \t\t\t\t? \"-unique\"\n + \t\t\t\t: medals[0].type)\n \t\t}\n \t>\n \t\t{medals[0].record\n \t\t\t? i18n(\"Record\")\n \t\t\t: medals[0].unique\n - \t\t\t ? i18n(\"Unique\")\n - \t\t\t : medals[0].type === 0\n - \t\t\t ? i18n(\"Silver\")\n - \t\t\t : medals[0].type === 1\n - \t\t\t ? i18n(\"Gold\")\n - \t\t\t : medals[0].type === 2\n - \t\t\t ? i18n(\"Platinum\")\n - \t\t\t : i18n(\"Theme\")}\n + \t\t\t? i18n(\"Unique\")\n + \t\t\t: medals[0].type === 0\n + \t\t\t? i18n(\"Silver\")\n + \t\t\t: medals[0].type === 1\n + \t\t\t? i18n(\"Gold\")\n + \t\t\t: medals[0].type === 2\n + \t\t\t? i18n(\"Platinum\")\n + \t\t\t: i18n(\"Theme\")}\n \t</div>\n );\n \n a\n \t? literalline\n \t: {\n - \t\t\t\t123: 12,\n - \t }\n - \t ? line\n - \t : softline;\n + \t\t\t123: 12,\n + \t }\n + \t? line\n + \t: softline;\n \n const config = {\n \tonFailure:\n \t\tonFailure !== undefined\n \t\t\t? onFailure\n @@ -251,12 +251,12 @@\n \t\t\t\t\t\t{\n \t\t\t\t\t\t\t_:\n \t\t\t\t\t\t\t\ttypeof error === \"string\"\n \t\t\t\t\t\t\t\t\t? error\n \t\t\t\t\t\t\t\t\t: error && error.message\n - \t\t\t\t\t\t\t\t\t ? error.message\n - \t\t\t\t\t\t\t\t\t : undefined,\n + \t\t\t\t\t\t\t\t\t? error.message\n + \t\t\t\t\t\t\t\t\t: undefined,\n \t\t\t\t\t\t},\n \t\t\t\t\t);\n \t\t\t\t\trefresh();\n \t\t\t },\n };\n @@ -272,13 +272,13 @@\n \n const result =\n \tchildren && !isEmptyChildren(children)\n \t\t? children\n \t\t: props.match\n - \t\t ? component\n - \t\t\t\t? React.createElement(component, props)\n - \t\t\t\t: render\n - \t\t\t\t ? render(props)\n - \t\t\t\t : null\n - \t\t : null;\n + \t\t? component\n + \t\t\t? React.createElement(component, props)\n + \t\t\t: render\n + \t\t\t? render(props)\n + \t\t\t: null\n + \t\t: null;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 7)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 85.65147000004072, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 68.95299000001978, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 64.50342500000261, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 63.973406000004616, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.22162399999797, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 66.30546200001845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 65.84124199999496, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 69.80251800001133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.4527859999798238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.13248899998143, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.08933899999829, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.40185699996073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.98256799997762, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.92746499995701, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.87901100004092, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.60779799998272, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 57.41061800002353, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 0.46333499997854233, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.82328399998369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.18190100003267, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.895517000055406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.01493699999992, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 56.69745799998054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.81367199996021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 58.889300999988336, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"useTabs\":true,\"tabWidth\":4}" ], "duration": 59.176536999992095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 99, "numPendingTests": 0, "perfStats": { "start": 80322.13244799996, "end": 85911.33228699997, "runtime": 5589, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/directives/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js" ], "duration": 0.5366219999850728, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 60.3487979999627, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 59.12023900001077, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.303713999979664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 55.85984400002053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.43322599999374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.61491899995599, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 57.61460199998692, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js" ], "duration": 56.25707799999509, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 0.5045620000455528, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.79904900002293, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.849773000052664, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.42269600002328, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 56.43760300002759, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 55.535359999979846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.28054100001464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.461103999987245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7346.js" ], "duration": 57.910458000027575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 0.417989999987185, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.01349899999332, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 54.87822200002847, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.07257700001355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.01322700001765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 55.886278000019956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.855391999997664, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.69795499998145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-0.js" ], "duration": 56.65672299999278, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 0.41598699998576194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.914338999951724, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.37291899998672, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.54229700000724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.55513900000369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.133000000030734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.071605999954045, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 55.857274000009056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-1.js" ], "duration": 54.96762199996738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 0.41208899999037385, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.67025399999693, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.95069699996384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.52790600003209, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.058537999982946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 54.58012100000633, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 56.66358500003116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.97993199998746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-line-2.js" ], "duration": 55.809132000023965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 0.42133599997032434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.479078999953344, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.33896999998251, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.58958399994299, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.07785400003195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 56.49828100000741, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 57.42434800002957, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.43305799999507, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "newline.js" ], "duration": 55.3288659999962, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.4299219999811612, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.609768000023905, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.295398999995086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.930475000001024, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.257972999999765, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 54.9166049999767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.141943000024185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 55.58231099997647, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 56.26061299996218, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.42526400001952425, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.20303100004094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.64538800000446, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.778132000006735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.337411000044085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.373766000033356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.47135300002992, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 57.68861299997661, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 56.90867299999809, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.307513999985531, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.902230000006966, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.18222000001697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.33720900001936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.44491500000004, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.367396000016015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.09966800000984, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.95251199998893, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.15378000005148, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.2789210000191815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.24556399998255, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.90716599998996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.88138200005051, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.27574300003471, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.5642190000508, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.698030000028666, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.65773199999239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.50939099997049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.3223920000018552, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.798177999968175, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.471889000036754, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.04215799999656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.20704700000351, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.949138000025414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.476909999968484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.72082799999043, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.33716100000311, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 56, "numPendingTests": 0, "perfStats": { "start": 85947.39501699997, "end": 87952.44364999997, "runtime": 2005, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 29, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.4256250000325963, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.261662999982946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 1.6235909999813884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8799829999916255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 0.8620990000199527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.42998000001535, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js" ], "duration": 57.70738600002369, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.46673099999316037, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.2001750000054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.4525810000486672, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.7389199999743141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 1.01936299999943, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.624274000001606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 55.944184999971185, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.4328990000067279, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 57.092287999985274, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 1.1983469999977387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.7152149999747053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 0.6858800000045449, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.184605000016745, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-types.js" ], "duration": 55.689721999980975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.4412029999657534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 56.67216300003929, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 1.1576500000082888, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.6915210000006482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 0.6861809999682009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 56.725044000020716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-type.js" ], "duration": 55.900613000034355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 0.41572599997743964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 56.563862000009976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 56.34355200000573, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.33500100002857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.00225000001956, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.05551599996397, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-import-assertions.js" ], "duration": 57.67183299997123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.41570599999977276, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 57.07728200004203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 1.3232300000381656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.7361840000376105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 0.706899999990128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 55.00287500000559, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "re-export.js" ], "duration": 57.06468599999789, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.44381899997824803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 56.156881999981124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 1.1378729999996722, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7641659999499097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 0.7408740000100806, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 57.27468799997587, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-import.js" ], "duration": 55.61005399998976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.4159059999510646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.75215600000229, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 1.0655700000352226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.691380999982357, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 0.658919999958016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.28778900002362, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "without-from.js" ], "duration": 55.203979999991134, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 41, "numPendingTests": 0, "perfStats": { "start": 87994.18715499999, "end": 88998.89858599997, "runtime": 1005, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 31, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/source-phase-imports/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-binding.js" ], "duration": 0.5099230000050738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 55.86642900004517, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 56.20246900001075, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 57.93499999999767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-binding.js" ], "duration": 58.775247999990825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.6772150000324473, "failureMessages": [ "import-source-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 5\n \n @@ -4,8 +4,12 @@\n | printWidth\n =====================================input======================================\n import source s from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import source s from \"x\" with { attr: \"val\" };\n + import source\n + s;\n + from;\n + (\"x\");\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 1.2535400000051595, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7838029999984428, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 0.7323670000187121, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-declaration.js" ], "duration": 57.3310749999946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.5389159999904223, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 1.322578999970574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.8941500000073574, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 0.8165039999876171, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-attributes-expression.js" ], "duration": 58.76274600002216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.6219409999903291, "failureMessages": [ "import-source-binding-from.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-from.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import source from from \"x\";\n \n =====================================output=====================================\n - import source from from \"x\";\n + import source from\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 1.0262250000378117, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.7105870000086725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 0.8068760000169277, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-from.js" ], "duration": 55.999829999986105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6276920000091195, "failureMessages": [ "import-source-binding-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source-binding-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source source from \"x\";\n \n =====================================output=====================================\n - import source source from \"x\";\n + import source\n + source;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 1.031706000037957, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6895969999604858, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 0.6911810000310652, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-binding-source.js" ], "duration": 57.405431999999564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.43660499999532476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 1.033058000029996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7143030000152066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 0.7052259999909438, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source-dynamic-import.js" ], "duration": 55.42565700004343, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7085120000410825, "failureMessages": [ "import-source.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-source.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -4,8 +4,11 @@\n | printWidth\n =====================================input======================================\n import source x from \"x\";\n \n =====================================output=====================================\n - import source x from \"x\";\n + import source\n + x;\n + from;\n + (\"x\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 10)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 1.037467000016477, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.7445200000074692, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 0.691781000001356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-source.js" ], "duration": 55.83939000003738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.6411640000296757, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 1.5863510000053793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7160370000055991, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6968010000418872, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.854985999991186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7141829999745823, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6599719999940135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.662718000006862, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.6386619999539107, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-namespace.js" ], "duration": 0.7372270000050776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 153, "numPendingTests": 0, "perfStats": { "start": 89041.795223, "end": 97543.44289299997, "runtime": 8502, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.46917599998414516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.110885000030976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.998297000012826, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.94591100001708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.981857000035234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.094003000005614, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.39249200001359, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 54.722517999995034, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.25206900003832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.3354560000007041, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 54.16124300000956, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.485875999962445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.089057000004686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.19817899999907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.00464699999429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.58426799997687, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.7212550000404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.67066800000612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 0.2903920000535436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.84433499997249, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.225199999986216, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 77.99726100004045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.784843000001274, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.19296700000996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 56.14573600003496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 54.64968599996064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #2" ], "duration": 55.21795600000769, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 0.3164709999691695, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.66771799995331, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.41226800001459, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.686081999971066, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.788661999977194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.18902700004401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 54.60201600001892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.183018999989145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #3" ], "duration": 55.47233199997572, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 0.38310499995714054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.387060999986716, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.79475800000364, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.482122000015806, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.72892100003082, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.2335370000219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 55.6544410000206, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.91648300003726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #4" ], "duration": 54.718032000004314, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 0.29665400000521913, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.45695100002922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.8828569999896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.562931999971624, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 55.095192999986466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.77607999998145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.728032999963034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.9730269999709, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #5" ], "duration": 54.95095799997216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 0.3039670000434853, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.03869299998041, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.888799000007566, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.415946000022814, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 56.382528999994975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.67644499999005, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.90394899999956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 54.30789799999911, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #6" ], "duration": 55.015646999992896, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 0.4822199999471195, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.821672999998555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.53572799998801, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 56.114455999981146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.897577000025194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.0003189999843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 55.61998700001277, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.612916000012774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #7" ], "duration": 54.24946700001601, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 0.4566830000258051, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.300021999981254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.89678300003288, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.16341400000965, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.77206300001126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.53531499998644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 54.86416800000006, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 55.674294999975245, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #8" ], "duration": 56.28215500002261, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 0.46126100001856685, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.65430999995442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.83900300000096, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.299337000004016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.53804499999387, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.916712999984156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.4795940000331, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 54.3255080000381, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #9" ], "duration": 55.45365500001935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 0.5117559999926016, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.673966000031214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.28723700001137, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.00171099998988, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.21852900000522, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.13669299997855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.95128500001738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 55.157223999965936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #10" ], "duration": 54.55709300003946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 0.4328879999811761, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.112391000031494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.260565000004135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.91183400002774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 54.6286839999957, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.235467999998946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.43780900002457, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.446882999967784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #11" ], "duration": 55.59612800000468, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 0.4417550000362098, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.89569599996321, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.03170599997975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.9457050000201, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 56.62469200004125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.946968999982346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.11308999999892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 54.35315999999875, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #12" ], "duration": 55.43757700000424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 0.5077780000283383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.49700699996902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.14230399997905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.12466799997492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.601421000028495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.4309699999867, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.673791000037454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 56.06448599998839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #13" ], "duration": 55.24577000003774, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 0.5059839999885298, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 54.44471399998292, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.43937899998855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.42632199998479, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.49301199999172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.367565000022296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 55.8733619999839, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 58.10877300001448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #14" ], "duration": 57.15806500002509, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 0.4632149999961257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.09414600004675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.73630699998466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.044101000006776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.14211100002285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.44143199996324, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.47963700001128, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 55.68216900003608, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #15" ], "duration": 54.474357999977656, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 0.5506189999869093, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 56.186782000004314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.34735699999146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.913956000003964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.53021599998465, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.697610000032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.18031599995447, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 55.090855000016745, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #16" ], "duration": 54.62064300000202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 158, "numPendingTests": 0, "perfStats": { "start": 97591.42912699998, "end": 104527.86443299998, "runtime": 6936, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 58, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorator-auto-accessors/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "basic.js" ], "duration": 0.5056639999966137, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.61654500005534, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 56.94671200000448, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.7228159999940544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 1.2616860000416636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 57.03637699998217, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js" ], "duration": 55.965018999995664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.44451900001149625, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 57.542628000024706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.67628800001694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1431440000305884, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.728560000017751, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 56.059918999962974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 55.33499100001063, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.4329480000305921, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.93563800002448, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.30273200001102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.158953999984078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7374569999519736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 54.57373299996834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 55.447561000008136, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 0.49938199995085597, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.95067499997094, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.52388599998085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.32779599999776, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 56.92981800000416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 54.537605999968946, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 54.63173900003312, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js" ], "duration": 55.25267999997595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 0.4198939999914728, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.94531199999619, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.260198000003584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 56.13803500001086, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.46937499998603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.47024200001033, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 55.25522200000705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js" ], "duration": 54.730478000012226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.4236009999876842, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.67573200003244, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.24226800003089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 1.1538339999970049, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.7368049999931827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 54.60880799998995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 55.39741999999387, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.44385799998417497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.91242899995996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 55.599006000033114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 1.3445400000200607, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 0.8284369999892078, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 57.695799999986775, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js" ], "duration": 57.33523899997817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.43930999998701736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 56.629536999971606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 57.383069000032265, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 1.145518000004813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 0.7395399999804795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 55.949189999955706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js" ], "duration": 56.38022299995646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.39143100002547726, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 57.298818000010215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 55.45209299999988, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 1.1196199999540113, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.7771110000321642, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 55.75549900002079, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 56.05696999997599, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.43156600004294887, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 58.11506300000474, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 56.08092600002419, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 1.2211399999796413, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 0.7465729999821633, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.631094999960624, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js" ], "duration": 55.95608400000492, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.4296420000027865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.87500399997225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.46687000000384, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 1.1687309999833815, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 0.7574840000015683, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 55.13568900001701, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js" ], "duration": 56.3905360000208, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.44456000003265217, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.18391000002157, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 54.71078600001056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 1.228884000040125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 0.8136280000326224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 58.241148000000976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "basic.js - {\"semi\":false}" ], "duration": 56.80948699999135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.5156730000162497, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 56.31711499998346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.30164200003492, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 1.1228760000085458, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.7289200000232086, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.67061999998987, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 55.222673999960534, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.4596480000182055, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 58.23445599997649, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.689214000012726, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 1.2279519999865443, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.8280260000028647, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 56.539671000035014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 55.50966099998914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 0.4336089999997057, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.26403800002299, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.63136200001463, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.89714300003834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 56.2376589999767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.44767399999546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.75423600000795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-method.js - {\"semi\":false}" ], "duration": 55.688604999973904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 0.4856070000096224, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.1327530000126, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.182399999990594, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.039061000046786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.469241000013426, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 55.25119600002654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.12840699998196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "not-accessor-property.js - {\"semi\":false}" ], "duration": 56.96871099999407, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4278690000064671, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 57.48125200002687, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 56.13022799999453, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 1.114540999988094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.7317160000093281, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 54.78136999998242, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 55.11893999995664, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.5029879999929108, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.883015000028536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 55.560885999992024, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 1.1526920000324026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 0.7253539999946952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.177877000009175, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-computed.js - {\"semi\":false}" ], "duration": 56.03238699998474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.5347090000286698, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 54.882127000018954, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 54.49851300002774, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 1.1487949999864213, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 0.8246700000017881, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 55.145779000013135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-private.js - {\"semi\":false}" ], "duration": 56.41342600004282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.43165600002976134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 56.64644199999748, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.91295899997931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 1.3004480000236072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.7284400000353344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.642118000017945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 55.07775200001197, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.432678000011947, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 84.80206699995324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 56.07450299995253, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 1.4984280000207946, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 0.7634649999672547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 55.638750999991316, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-1.js - {\"semi\":false}" ], "duration": 55.90955400001258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.4763389999861829, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 59.51923400000669, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.151015000010375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 1.117015000025276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 0.7528849999653175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 56.48201700003119, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-semicolon-2.js - {\"semi\":false}" ], "duration": 55.910808000015095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbreak-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nempty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexport.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\njsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmulti-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreturn-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntrailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 26, "numPassingTests": 820, "numPendingTests": 0, "perfStats": { "start": 104584.759027, "end": 153798.12336100003, "runtime": 49213, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 78, "unchecked": 0, "unmatched": 26, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.43104500003391877, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.346467999974266, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.601150000002235, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.01926899998216, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 55.80776600004174, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 57.418705000018235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.128223999985494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.37935300002573, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 56.01308699999936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.45778399996925145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 59.84044500003802, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.23266199999489, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.26819599996088, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 55.82182000001194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 56.85342500003753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 58.6822520000278, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.83235099999001, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 57.6272829999798, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 0.48427399998763576, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.802135000005364, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.83107700000983, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.99043599999277, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.93620099994587, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.702828000008594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 57.06528099998832, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 55.72660300001735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js" ], "duration": 56.079321999975946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 0.4701479999930598, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 61.180832000041846, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.67958200001158, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.679003999975976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.74221100000432, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.69613599998411, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 59.83911199995782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.32542399998056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js" ], "duration": 58.37970500002848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 0.43872899998677894, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.861367999983486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 58.21835399995325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.82496800000081, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.176210000005085, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 55.951705000014044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.22825300000841, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 56.68829000002006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js" ], "duration": 57.52124999999069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 0.4695870000286959, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.403562999970745, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.66164200002095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.28433999995468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.2951630000025, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.02813600003719, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 57.042508999991696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 56.61073299997952, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js" ], "duration": 58.493574999971315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 0.4431079999776557, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 72.02795099996729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 60.79407200001879, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.673491000023205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.726338000036776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 56.88774999999441, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 59.098815999983344, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 58.23065600002883, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js" ], "duration": 57.673489000007976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 0.4470040000160225, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.835144000011496, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 80.64440699998522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.70767800003523, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.654887999990024, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.73728299996583, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 56.48448699997971, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.31499400001485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js" ], "duration": 55.53821100003552, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 0.7825909999664873, "failureMessages": [ "break-continue-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -20,12 +20,12 @@\n break; /* comment */\n continue; /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop;\n - break loop /* comment */;\n - continue /* comment */ loop;\n - continue loop /* comment */;\n + break loop; /* comment */\n + break loop; /* comment */\n + continue loop; /* comment */\n + continue loop; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 59.7314469999983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.007944000011776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.292190000007395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.004151000001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.66663700004574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.05929900001502, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 56.63320499996189, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js" ], "duration": 57.545960999967065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 0.4387499999720603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 60.04260200000135, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 60.787349999998696, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 57.981789999990724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 58.3929229999776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 59.71775400004117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 60.660061999980826, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 61.64089099998819, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js" ], "duration": 62.52906400000211, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.45236500003375113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.27758500003256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.77903900004458, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.016829999978654, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.530683999997564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 56.87613799999235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.03141499997582, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.04325400001835, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.2880620000069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 0.45150299998931587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 60.93820199999027, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 61.06021599995438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 59.360625999979675, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 60.76176199998008, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 58.748205000010785, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 60.69157100003213, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 60.021917999954894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js" ], "duration": 59.00226699997438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 0.4370360000175424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 59.84519799996633, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 59.908050999976695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.804398000007495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.92352700000629, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.63673500000732, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.00740800000494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 56.566239000007045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js" ], "duration": 57.33419399999548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 0.4891030000289902, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.945825000002515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.13316500000656, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 54.80968900001608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.462570999981835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.1159719999996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 55.160373999970034, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.64109799999278, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js" ], "duration": 56.12135199998738, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 0.5817360000219196, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.01010800001677, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.1516619999893, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.22411899996223, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.057318999955896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 58.882652000000235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.34210900001926, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 57.70839400001569, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js" ], "duration": 56.493261000025086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 0.43496199999935925, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.39013700000942, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.8434389999602, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.76866199995857, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.63763700000709, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.212289999995846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.969135999970604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 56.10276699997485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js" ], "duration": 55.387999000027776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 0.6897170000011101, "failureMessages": [ "empty-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -23,22 +23,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a; /* a */ // b\n - /* c */\n - foo; // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a; /* a */ /* c */ // b\n +\n + foo; // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e; // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.79312899999786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.56881099997554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 56.18727100000251, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 55.84081599995261, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.35516199999256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.33122500003083, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 58.25048300001072, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js" ], "duration": 57.36063800001284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 0.43819800001801923, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.99615600000834, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.469862000027206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.77796199999284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 57.45311200001743, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.43052400002489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.40337100002216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.65733600000385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js" ], "duration": 56.269634999975096, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.6548729999922216, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -44,11 +44,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {};\n + {};\n \n export /* comment */ {};\n \n const foo = \"\";\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 59.93157999997493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.059382000006735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.54126999998698, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.70632900000783, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 56.89426099997945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 58.06812100001844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.55620299995644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js" ], "duration": 57.92608599999221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 0.43509199999971315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.863552000024356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 56.745934000005946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.111618000024464, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.41130300000077, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.221710000012536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 55.25955499999691, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.613261999969836, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js" ], "duration": 54.89312000002246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.44676399999298155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 113.89915300003486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 63.76912599999923, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.82251799997175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.658498999953736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.91533400001936, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 64.22954299999401, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 63.01860300003318, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.109854999987874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.4924100000062026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 62.91755099996226, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 60.12251799996011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.71202999999514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.18642700003693, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.061458999989554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.791464000009, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.768714000005275, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 59.87312000000384, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 0.43659500003559515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 61.24800999998115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.82525100000203, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 60.17218799999682, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.434393999981694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.234102999966126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 58.17093900003238, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 59.16907599999104, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js" ], "duration": 57.98391199996695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 0.5435549999820068, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js" ], "duration": 79.03188099997351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 66.04155600001104, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 63.32906100002583, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 62.4087849999778, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 61.08763000002364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 66.20598300005076, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 61.969673999992665, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js" ], "duration": 61.64150199998403, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 0.7042349999537691, "failureMessages": [ "jsdoc-nestled-dangling.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -23,11 +23,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n };\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.864054000005126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.657761999988, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.14790499996161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.42632500000764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 58.66581400000723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 57.19291699997848, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 56.43712699995376, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js" ], "duration": 55.6509279999882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 0.7224189999978989, "failureMessages": [ "jsdoc-nestled.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -33,21 +33,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n };\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -56,10 +57,12 @@\n return new Value(type);\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 62.40373299998464, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 64.24951999995392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.8827239999664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.31636100000469, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 58.49022799998056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 59.91382600000361, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 57.59633799997391, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js" ], "duration": 56.92963400000008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 0.4277589999837801, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.876771999988705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 58.59305799996946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.046524000004865, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.91332499997225, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.80463000002783, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.58216600003652, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 56.697770999977365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js" ], "duration": 57.99505399999907, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4687350000021979, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 96.73171300004469, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.94570099998964, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.72544700000435, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.26181599998381, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.35821799997939, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.6625950000016, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.05653699999675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.05120500002522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 0.8413810000056401, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 79.28670300001977, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 78.05215000000317, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.475944000005256, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.75989899999695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 56.911231000034604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 59.35024200001499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.03767400002107, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js" ], "duration": 58.13533699995605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 0.4386889999732375, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.95540500001516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.71068399999058, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 56.074507000041194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.49176200001966, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.40589999995427, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.58947499998612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 54.88033600000199, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js" ], "duration": 55.639208999986295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 0.4211360000190325, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.514437999983784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 56.14334800001234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.3563210000284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.416219000006095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.23425500001758, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.22617199999513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 54.938349000003655, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js" ], "duration": 55.58015399996657, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 0.7506710000452586, "failureMessages": [ "multi-comments-on-same-line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -114,14 +114,14 @@\n a; /*\n 1*/ /*2*/ /*3\n */\n b;\n \n - a;\n - /*\n + a; /*\n 1*/ /*2*/ /*3\n - */ b;\n + */\n + b;\n \n /*========= First two on same line =========*/\n a;\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 59.88779599999543, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.71838400000706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.8308670000406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.74099899997236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 58.92309400002705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 57.3012630000012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 62.95622600003844, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js" ], "duration": 63.68409500003327, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 0.43764800002099946, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 60.23195200000191, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.65090399998007, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 55.73862100002589, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.417580000008456, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.372386000002734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 57.12949899997329, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.38461000000825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js" ], "duration": 56.77340400003595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 0.43277800001669675, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.41989000001922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.03620199998841, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.88430799997877, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.351111999945715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.09452399995644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 58.34947599994484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 57.0252319999272, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js" ], "duration": 56.41119999997318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 0.9992259999271482, "failureMessages": [ "return-statement.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -206,39 +206,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n );\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n );\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n );\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n );\n }\n \n function call() {\n return (\n @@ -261,13 +254,13 @@\n );\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n );\n }\n \n function excessiveEverything() {\n @@ -302,15 +295,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42;\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - );\n + return /**\n + * @type {string}\n + */ \"result\";\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 77.11424899997655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 64.87055699992925, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.685716999927536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 62.584261999931186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.49470599996857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 63.50573199999053, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.80085900006816, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js" ], "duration": 61.02479100006167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 0.42497300007380545, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.66599100001622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.03435199998785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.38610100001097, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.21755100006703, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.785875000059605, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 57.69058599998243, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.774076999980025, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js" ], "duration": 56.39399500004947, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.46647099999245256, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.03824899997562, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 60.1100050000241, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.64599300001282, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.93179000006057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 56.78994299995247, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.36712299997453, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 58.7517569999909, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 57.28595299995504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 0.6194059998961166, "failureMessages": [ "tagged-template-literal.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -27,11 +27,11 @@\n \n foo // comment\n `\n `;\n \n - foo/* comment */ `\n + foo /* comment */`\n `;\n \n foo /* comment */`\n `;\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.846971000079066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 57.05377999995835, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.9968349999981, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.539624999975786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.83133600000292, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.93952699995134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 55.77606899989769, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js" ], "duration": 56.14269999996759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 0.5186680000042543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.37565399997402, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 58.534719999996014, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 55.647383000003174, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.91661000007298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.644850999931805, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 58.469518999918364, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 56.97582099994179, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js" ], "duration": 57.44186200003605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 0.6858299999730662, "failureMessages": [ "trailing-jsdocs.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -32,23 +32,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n });\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 74.79532999999356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.83195300004445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 59.568211999954656, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.14420100010466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.08793699997477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.46970200003125, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 58.59604899992701, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js" ], "duration": 60.61831000004895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 0.6663639999460429, "failureMessages": [ "trailing_space.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,11 +8,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 54.598200999898836, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.12400800001342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 54.926536999992095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.62733399996068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.24870600004215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.85526199999731, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 55.72936599992681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js" ], "duration": 56.38751199992839, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.42835900001227856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 58.64328399999067, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.35165500000585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.89845500001684, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.79140300001018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.6480000000447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.34464999998454, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 56.540517000015825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 57.09357399994042, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6929740000050515, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,20 +28,20 @@\n // Comment\n {\n key: \"value\",\n };\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - };\n + let record = // Comment\n + #;\n + {\n + key: \"value\";\n + }\n \n let array =\n // Comment\n [\"value\"];\n \n - let tuple =\n - // Comment\n - #[\"value\"];\n + let tuple = // Comment\n + #;\n + [\"value\"];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.1720009999116883, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.051268999930471, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.9938649999676272, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8204820000100881, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.0756080000428483, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.67044800007716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.608174000051804, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.57567699998617, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 0.4252640000777319, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.64585700002499, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 60.187170000048354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 58.84514999995008, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.84115000010934, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 58.60654700000305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.10725299990736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 62.30723499995656, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js" ], "duration": 59.290459999931045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 0.40647899999748915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.25206700002309, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 58.09265699994285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.093222000054084, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js" ], "duration": 55.97642899991479, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js" ], "duration": 56.978885999997146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.64824900007807, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.08402399998158, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js" ], "duration": 57.68976500001736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 0.6388219998916611, "failureMessages": [ "snippet: #0 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.972304000053555, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 57.108379999990575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.862208999926224, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.81329199997708, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.697403999976814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.84494800004177, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 55.861200999934226, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 56.353321000002325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 0.6033460000762716, "failureMessages": [ "snippet: #1 > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -5,9 +5,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.13779700000305, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.18761500006076, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 57.20033300004434, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.880913000088185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.63145900005475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 56.46624300000258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.190958000021055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1" ], "duration": 55.57393399998546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 0.4181610000086948, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.53521899995394, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.011684000026435, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.38416000001598, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.565031999954954, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.314033000031486, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.80806200008374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 57.769081999897026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js - {\"semi\":false}" ], "duration": 58.55459099996369, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 0.4386690000537783, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.73925399989821, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 59.16320700000506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.34500199998729, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.87652100005653, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 58.70559200004209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 56.4702999999281, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.05378599988762, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js - {\"semi\":false}" ], "duration": 57.39499399997294, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 0.4630040000192821, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 59.27779200009536, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.26866199995857, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.88572299992666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.77970600000117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.05408999999054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 56.5780289999675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.38188300002366, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "before-comma.js - {\"semi\":false}" ], "duration": 57.13801300001796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 0.42829900002107024, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 72.95968299999367, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.295481999986805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.85889999999199, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 57.39851299999282, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.29682200006209, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 60.008294000057504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 59.10982500005048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-block-comments.js - {\"semi\":false}" ], "duration": 58.49770399997942, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 0.4117589999223128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.670462000067346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.98960500000976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.66116200003307, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 56.98235399997793, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.265614999923855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.15521400002763, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 57.55405400006566, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-parens.js - {\"semi\":false}" ], "duration": 59.556590000051074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 0.4127909999806434, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.05629500001669, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.419420999940485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 58.84373099997174, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.11864100000821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.45184300001711, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.04477600008249, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 57.30017599998973, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions-single-comments.js - {\"semi\":false}" ], "duration": 56.59160399995744, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 0.4702280000783503, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 64.65624799998477, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 82.09337000001688, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 58.53659599996172, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.2120860000141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 56.89845099998638, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 59.001390999997966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 57.726755999960005, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-expressions.js - {\"semi\":false}" ], "duration": 57.52195200009737, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 0.5135689999442548, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.553558000014164, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 57.624543000012636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.34269199997652, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.3905289999675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.055688000051305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.71740999992471, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 56.3917519999668, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank.js - {\"semi\":false}" ], "duration": 55.89712699991651, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 0.750601000036113, "failureMessages": [ "break-continue-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `break-continue-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -21,12 +21,12 @@\n break /* comment */\n continue /* comment */\n }\n \n loop: for (;;) {\n - break /* comment */ loop\n break loop /* comment */\n - continue /* comment */ loop\n + break loop /* comment */\n + continue loop /* comment */\n continue loop /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 59.16090899996925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.09842499997467, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 57.245905999909155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.689150000107475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.5686449999921, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 54.93748700001743, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 55.94020700000692, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-continue-statements.js - {\"semi\":false}" ], "duration": 56.772861999925226, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 0.4312449999852106, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 59.49729800003115, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 58.53788800002076, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.17650699999649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.27950300008524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.64453099993989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 56.84668299998157, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.40928200003691, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call_comment.js - {\"semi\":false}" ], "duration": 57.601319999899715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.42976199998520315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.97392999997828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.03041899995878, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.2892999999458, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.12667800008785, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 55.64048900001217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 56.37350800004788, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 58.669432000024244, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 59.34665900003165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 0.4277579999761656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.04395600000862, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.79484899993986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.75010199996177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 59.65477100003045, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.408173999981955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.37063899997156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 58.46837600006256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling.js - {\"semi\":false}" ], "duration": 60.1043719999725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 0.5065459999023005, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 61.741861999966204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 60.509267999907024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.037098000058904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 60.41934299992863, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.8435649999883, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.13666600000579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 59.86433400004171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_array.js - {\"semi\":false}" ], "duration": 60.5486090000486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 0.4472049999749288, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 58.74679800006561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 60.05323900002986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 59.00087099999655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.42799500003457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.713764999993145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.0228510000743, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 57.421335999970324, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling_for.js - {\"semi\":false}" ], "duration": 56.43907800002489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 0.43641500000376254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 59.19900099991355, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.81998999998905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.4718269999139, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 56.96994900004938, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.81495999998879, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 57.45270399993751, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 58.009170999983326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic_imports.js - {\"semi\":false}" ], "duration": 58.80510699993465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 0.4680340000195429, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.77913199993782, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 56.97172699996736, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.457608999917284, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 57.32637600007001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.08334100001957, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 60.019444999983534, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.23063600005116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "emoji.js - {\"semi\":false}" ], "duration": 58.89303799998015, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 0.6883450000314042, "failureMessages": [ "empty-statements.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `empty-statements.js - {\"semi\":false} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -24,22 +24,18 @@\n + /* 6 */\n e // 7\n );\n \n =====================================output=====================================\n - a /* a */ // b\n - /* c */\n - foo // first\n - // second\n - // third\n - function x() {} // first\n - // second\n + a /* a */ /* c */ // b\n +\n + foo // first // second // third\n +\n + function x() {} // first // second\n +\n a =\n - b + // 1\n - // 2\n - c + // 3\n - // 4\n - d + // 5\n - /* 6 */\n + b + // 1 // 2\n + c + // 3 // 4\n + d /* 6 */ + // 5\n e // 7\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.29815100005362, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.16434500005562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 56.53852800000459, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 61.77242399996612, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.90437799994834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.49543000000995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 58.059777999995276, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-statements.js - {\"semi\":false}" ], "duration": 57.88284500001464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 0.512616999913007, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.494500999921, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 60.53935500001535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.91958700004034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 58.797981999930926, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.47902400000021, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 59.50022500008345, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 57.8714049999835, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-and-import.js - {\"semi\":false}" ], "duration": 85.70724599994719, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 0.7113380000228062, "failureMessages": [ "export.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,11 +45,11 @@\n \t\t bazz,\n }\n \n =====================================output=====================================\n export //comment\n - {}\n + {}\n \n export /* comment */ {}\n \n const foo = \"\"\n export {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.837107000057586, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 59.18808200000785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.313673000084236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.41333599993959, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.80555900000036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.62775900005363, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 57.66581900010351, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export.js - {\"semi\":false}" ], "duration": 58.22975499997847, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 0.42498299991711974, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.59496199991554, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.06586399988737, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.23379299999215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.544970000046305, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.607909000013024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.151949000079185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 55.26459800009616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first-line.js - {\"semi\":false}" ], "duration": 56.21558299998287, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 0.43860900006257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 74.38684799999464, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 66.15484700002708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 61.744334999937564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.35083999997005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 62.30457099992782, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.30452700005844, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 63.05642199993599, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js - {\"semi\":false}" ], "duration": 64.74953599995933, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 0.516836000024341, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 61.567463999963365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.36434599990025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.61309600004461, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 58.797735999920405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 59.37405699992087, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 61.48154599999543, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 60.20750300004147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js - {\"semi\":false}" ], "duration": 62.22178699995857, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 0.4765800000168383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.973915000096895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 61.49950700008776, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.22044199996162, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.288449999992736, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.843249000026844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 58.45654899999499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.09099799999967, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3532.js - {\"semi\":false}" ], "duration": 59.41244200000074, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 0.45954800001345575, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 72.09538700000849, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 65.81213099998422, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 63.38829299993813, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.28564200003166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.54423100000713, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.93293000000995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 61.605188000015914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issues.js - {\"semi\":false}" ], "duration": 62.09456799994223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 0.680038999998942, "failureMessages": [ "jsdoc-nestled-dangling.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled-dangling.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -24,11 +24,12 @@\n {\n {\n o = {\n /**\n * A\n - *//**\n + */\n + /**\n * B\n */\n }\n }\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.61008100002073, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.35738400008995, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.772103999974206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 56.102049999986775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.14133099990431, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.24357100005727, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 58.34494799992535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled-dangling.js - {\"semi\":false}" ], "duration": 57.65631299989764, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 0.6861810000846162, "failureMessages": [ "jsdoc-nestled.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `jsdoc-nestled.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -34,21 +34,22 @@\n */\n \n =====================================output=====================================\n const issues = {\n see: \"#7724 and #12653\",\n - /** Trailing comment 1 (not nestled as both comments should be multiline for that) */ /**\n + /** Trailing comment 1 (not nestled as both comments should be multiline for that) */\n + /**\n * Trailing comment 2\n */\n }\n \n /**\n * @template T\n * @param {Type} type\n * @param {T} value\n * @return {Value}\n - *//**\n + */ /**\n * @param {Type} type\n * @return {Value}\n */\n function value(type, value) {\n if (arguments.length === 2) {\n @@ -57,10 +58,12 @@\n return new Value(type)\n }\n }\n \n /** Trailing nestled comment 1\n - *//** Trailing nestled comment 2\n - *//** Trailing nestled comment 3\n + */\n + /** Trailing nestled comment 2\n + */\n + /** Trailing nestled comment 3\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.34946000005584, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.18414100003429, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 58.442540999967605, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.03346100007184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.82884900004137, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.069407000089996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 60.88996900001075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc-nestled.js - {\"semi\":false}" ], "duration": 59.855861000018194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 0.5585229999851435, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 62.08304000005592, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 62.18885100004263, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.50146999990102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.161242999951355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.67006000003312, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 60.87412200006656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 59.233654999989085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsdoc.js - {\"semi\":false}" ], "duration": 60.637080000014976, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 0.5833789999596775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 72.76195499999449, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 67.94353799999226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 61.62481100007426, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.789844999904744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.0944390000077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 63.44202399998903, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.72797799995169, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"semi\":false}" ], "duration": 62.580125999986194, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 0.4410730000818148, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.99473500007298, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.20098500000313, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.409184999996796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.36171500000637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.21524099993985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 61.33519100002013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 59.319436000077985, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last-arg.js - {\"semi\":false}" ], "duration": 60.27071499999147, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 0.5109739999752492, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.74924200004898, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.873341999948025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.19114599993918, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.742503999965265, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 59.029212999972515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 58.51299499999732, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 59.48661699995864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-2.js - {\"semi\":false}" ], "duration": 57.933059000060894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 0.4661799999885261, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.18820800003596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.85639299999457, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 59.70320299989544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.75096299999859, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 56.19359100004658, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.84972599998582, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 57.4678380000405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line-2.js - {\"semi\":false}" ], "duration": 58.15656799997669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 0.7487879999680445, "failureMessages": [ "multi-comments-on-same-line.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multi-comments-on-same-line.js - {\"semi\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -115,14 +115,14 @@\n a /*\n 1*/ /*2*/ /*3\n */\n b\n \n - a\n - /*\n + a /*\n 1*/ /*2*/ /*3\n - */ b\n + */\n + b\n \n /*========= First two on same line =========*/\n a\n /*1*/ /*2*/\n /*3*/\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 68.14904799999204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 60.553319999948144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.77764400001615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.14518999995198, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.31970700004604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.93829199997708, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.97670500003733, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments-on-same-line.js - {\"semi\":false}" ], "duration": 59.317675000056624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 0.5378539999946952, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.515399000025354, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.25839799991809, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.59165900002699, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.111287000006996, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 56.953739000018686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 57.10423100006301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 58.65959500009194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multi-comments.js - {\"semi\":false}" ], "duration": 59.00612499995623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 0.46438699995633215, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.431038000038825, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.988798000034876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.16040399996564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.15761100000236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 56.275032000034116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 57.29962800000794, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 59.0773320000153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve-new-line-last.js - {\"semi\":false}" ], "duration": 58.044656999991275, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 0.973628000007011, "failureMessages": [ "return-statement.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-statement.js - {\"semi\":false} format 1`\n \n - Snapshot - 18\n + Received + 9\n \n @@ -207,39 +207,32 @@\n }\n \n function binaryInBinaryLeft() {\n return (\n // Reason for 42\n - 42 *\n - 84 +\n - 2\n + 42 * 84 + 2\n )\n }\n \n function binaryInBinaryRight() {\n return (\n // Reason for 42\n - 42 +\n - 84 * 2\n + 42 + 84 * 2\n )\n }\n \n function conditional() {\n return (\n // Reason for 42\n - 42\n - ? 1\n - : 2\n + 42 ? 1 : 2\n )\n }\n \n function binaryInConditional() {\n return (\n // Reason for 42\n - 42 * 3\n - ? 1\n - : 2\n + 42 * 3 ? 1 : 2\n )\n }\n \n function call() {\n return (\n @@ -262,13 +255,13 @@\n )\n }\n \n function memberInAndOutWithCalls() {\n return (\n + // Reason for a\n aFunction\n - .b// Reason for a\n - ()\n + .b()\n .c.d()\n )\n }\n \n function excessiveEverything() {\n @@ -303,15 +296,13 @@\n function inlineComment() {\n return /* hi */ 42 || 42\n }\n \n function multilineBlockSameLine() {\n - return (\n - /**\n - * @type {string}\n - */ \"result\"\n - )\n + return /**\n + * @type {string}\n + */ \"result\"\n }\n \n function multilineBlockNextLine() {\n return (\n /**\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 68.72851399995852, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.89357099996414, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.23395000002347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.1523210000014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 63.280481999972835, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 65.29398800001945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.46300800004974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return-statement.js - {\"semi\":false}" ], "duration": 64.71526099997573, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 0.4463230000110343, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.348404000047594, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.778930000029504, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 56.92370699997991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.35416800004896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.55674299993552, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.30082600004971, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 58.467499000020325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "single-star-jsdoc.js - {\"semi\":false}" ], "duration": 57.93473000009544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 0.5021169999381527, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.15373499994166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 60.16578399995342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 57.97980800003279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.62017200002447, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 59.585411999956705, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.76731599995401, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.33926000003703, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js - {\"semi\":false}" ], "duration": 58.98182700003963, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 0.7133819999871776, "failureMessages": [ "tagged-template-literal.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tagged-template-literal.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -28,11 +28,11 @@\n \n foo // comment\n `\n `\n \n - foo/* comment */ `\n + foo /* comment */`\n `\n \n foo /* comment */`\n `\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 59.353178999968804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.80628999997862, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.933376999921165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 57.56288899993524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 56.83830699999817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.254850000026636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 58.6032300000079, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tagged-template-literal.js - {\"semi\":false}" ], "duration": 60.02108400000725, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 0.4335799999535084, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.205936999991536, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.07785599993076, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 59.09911599999759, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.26797299995087, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.54214899998624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.68809599999804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 58.01882100000512, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literal.js - {\"semi\":false}" ], "duration": 57.57401599991135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 0.6727449999889359, "failureMessages": [ "trailing-jsdocs.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing-jsdocs.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -33,23 +33,27 @@\n CONNECTED: Object.freeze({ kind: \"CONNECTED\" }),\n CONNECTING: Object.freeze({ kind: \"CONNECTING\" }),\n NOT_CONNECTED: Object.freeze({ kind: \"NOT_CONNECTED\" }),\n })\n \n - /* A comment */ /**\n + /* A comment */\n + /**\n * A type that can be written to a buffer.\n - */ /**\n + */\n + /**\n * Describes the connection status of a ReactiveSocket/DuplexConnection.\n * - NOT_CONNECTED: no connection established or pending.\n * - CONNECTING: when `connect()` has been called but a connection is not yet\n * established.\n * - CONNECTED: when a connection is established.\n * - CLOSED: when the connection has been explicitly closed via `close()`.\n * - ERROR: when the connection has been closed for any other reason.\n - */ /**\n + */\n + /**\n * A contract providing different interaction models per the [ReactiveSocket protocol]\n * (https://github.com/ReactiveSocket/reactivesocket/blob/master/Protocol.md).\n - */ /**\n + */\n + /**\n * A single unit of data exchanged between the peers of a `ReactiveSocket`.\n */\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.636836000019684, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 61.698578999959864, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.66353500005789, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 58.855861000018194, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.5110519999871, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 59.06678800005466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.178100000019185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-jsdocs.js - {\"semi\":false}" ], "duration": 60.10816900001373, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 0.6848689999897033, "failureMessages": [ "trailing_space.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `trailing_space.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n // Do not trim trailing whitespace from this source file!\n \n // There is some space here -> \n \n =====================================output=====================================\n - #!/there/is-space-here->\n + #!/there/is-space-here-> \n \n // Do not trim trailing whitespace from this source file!\n \n // There is some space here ->\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 56.03728599997703, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.773700000019744, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 54.7673899999354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 54.85463099996559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.83091400004923, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 54.888935999944806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.02866700000595, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_space.js - {\"semi\":false}" ], "duration": 55.59832800005097, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 0.4303129999898374, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.88645800005179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 55.72878399991896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.0912000000244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.72435899998527, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.28810100001283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.538555999984965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.11949100007769, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js - {\"semi\":false}" ], "duration": 56.014716999954544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.6633990000700578, "failureMessages": [ "tuple-and-record.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"semi\":false} format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -29,20 +29,20 @@\n // Comment\n {\n key: \"value\",\n }\n \n - let record =\n - // Comment\n - #{\n - key: \"value\",\n - }\n + let record = // Comment\n + #\n + {\n + key: \"value\"\n + }\n \n let array =\n // Comment\n [\"value\"]\n \n - let tuple =\n - // Comment\n - #[\"value\"]\n + let tuple = // Comment\n + #\n + ;[\"value\"]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 2.290986999985762, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 1.304043999989517, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.9140560000669211, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.7690260000526905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 0.8367619999917224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 57.532210000092164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 58.20285000000149, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"semi\":false}" ], "duration": 57.56403999996837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 0.47088899998925626, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.01538899994921, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.8906320000533, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.638928000000305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 58.89974300004542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.86326400004327, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 60.28795300005004, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 59.95470200001728, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "variable_declarator.js - {\"semi\":false}" ], "duration": 62.110249000019394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 0.47628900001291186, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 65.11109799996484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 59.406458999961615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.22332099999767, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.75404700008221, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 56.673427000059746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 58.36557600006927, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.390975000103936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "while.js - {\"semi\":false}" ], "duration": 57.1423519999953, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 0.6113809999078512, "failureMessages": [ "snippet: #0 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #0 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */ \n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.23851699999068, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.499081999994814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.75331499997992, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.87053199997172, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.06029000005219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 57.50459799997043, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 59.22673400002532, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0 - {\"semi\":false}" ], "duration": 58.49770299997181, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 0.6004909999901429, "failureMessages": [ "snippet: #1 - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: #1 - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -6,9 +6,10 @@\n =====================================input======================================\n var a = { /* comment */\n b };\n =====================================output=====================================\n var a = {\n - /* comment */ b,\n + /* comment */\n + b,\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 13)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.86108499998227, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 58.73391199996695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.82984700007364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.25873300002422, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.747012999956496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.857887000078335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.12966800003778, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #1 - {\"semi\":false}" ], "duration": 57.184222999960184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsnippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 153852.33458199998, "end": 155005.578713, "runtime": 1153, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bom/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 0.6992849999805912, "failureMessages": [ "snippet: cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -5,10 +5,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()\n \n =====================================output=====================================\n - (function () {\n - return <|>15;\n + (function () {\n + return 1<|>5;\n })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.05708399997093, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 55.46073399996385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.04345899994951, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-1.js" ], "duration": 57.48245600005612, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 1.2092069999780506, "failureMessages": [ "snippet: cursor-and-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: cursor-and-range.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -14,13 +14,12 @@\n | ^^^^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n - \n -\n class a {\n - b(<|>) {}\n + b() {<|>}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 58.62003200000618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 58.78190599998925, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 57.37914499989711, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: cursor-and-range.js" ], "duration": 58.381463999976404, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 0.7776819999562576, "failureMessages": [ "snippet: range-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-1.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -14,14 +14,12 @@\n 5 | }\n 6 |\n 7 | let x\n 8 |\n =====================================output=====================================\n - \n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.3206750000827, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 58.12832400004845, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 57.967535999952815, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-1.js" ], "duration": 56.87844799994491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 0.8577410000143573, "failureMessages": [ "snippet: range-and-cursor-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `snippet: range-and-cursor-1.js format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -16,15 +16,12 @@\n 6 | }\n 7 |\n 8 | let x \n 9 |\n =====================================output=====================================\n - \n -\n -\n class a {\n - b(<|>) {}\n + b() {}<|>\n }\n \n - let x \n + let x;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 14)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 57.712119000032544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 57.130569000029936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 56.96052399999462, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: range-and-cursor-1.js" ], "duration": 57.20626399992034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nimport-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 155062.78612500004, "end": 155320.600043, "runtime": 258, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/deferred-import-evaluation/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.5860840000677854, "failureMessages": [ "import-defer-attributes-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer-attributes-declaration.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -4,8 +4,10 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\" with { attr: \"val\" };\n \n =====================================output=====================================\n - import defer * as ns from \"x\" with { attr: \"val\" };\n + import defer\n + * as ns from \"x\"\n + with { attr: \"val\" }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 1.1859940000576898, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.8075579999713227, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 0.6775650000199676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer-attributes-declaration.js" ], "duration": 57.1434930000687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.5943789999000728, "failureMessages": [ "import-defer.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `import-defer.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -4,8 +4,9 @@\n | printWidth\n =====================================input======================================\n import defer * as ns from \"x\";\n \n =====================================output=====================================\n - import defer * as ns from \"x\";\n + import defer\n + * as ns from \"x\"\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 15)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 1.0412740000756457, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7106469999998808, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 0.7439480000175536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import-defer.js" ], "duration": 57.09008500003256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 1.449635999975726, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7705189998960122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7314550000010058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.6749800000106916, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-default.js" ], "duration": 0.7559309999924153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.7484880000120029, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.64479399996344, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6910099999513477, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.6243860000977293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-named.js" ], "duration": 0.711689000017941, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 155373.02781499998, "end": 155841.819799, "runtime": 469, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-assertions/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6293149999110028, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { assert: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {assert: {type: \"json\"}});\n + import(\"./foo.json\", { assert: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.253179999999702, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7564220000058413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7962859999388456, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 57.3548609999707, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.4218279999913648, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.2002609999617562, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7388400000054389, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.753396000014618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.53495200001635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6006819999311119, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" assert {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0963569999439642, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7264159999322146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7241920001106337, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 56.49647599994205, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6120029999874532, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" assert { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" assert {type: \"json\"};\n + import json from \"./foo.json\" assert { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 16)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0512220000382513, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7533460000995547, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7093240000540391, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 57.641067999997176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nre-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstatic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 155892.32764800003, "end": 156355.921516, "runtime": 464, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-attributes/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.5923859999747947, "failureMessages": [ "dynamic-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dynamic-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import(\"./foo.json\", { with: { type: \"json\" } });\n \n =====================================output=====================================\n - import(\"./foo.json\", {with: {type: \"json\"}});\n + import(\"./foo.json\", { with: { type: \"json\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0742660000687465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7538170000771061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7339599999831989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"bracketSpacing\":false}" ], "duration": 56.417618999956176, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.41696800000499934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 1.0567629999713972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7738149999640882, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.7481769999722019, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 56.21581199998036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.6113720000721514, "failureMessages": [ "re-export.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `re-export.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - export {default as foo2} from \"foo.json\" with {type: \"json\"};\n + export { default as foo2 } from \"foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 1.0660299999872223, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7281090000178665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 0.7192720000166446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "re-export.js - {\"bracketSpacing\":false}" ], "duration": 56.356978000025265, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.6884050000226125, "failureMessages": [ "static-import.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `static-import.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n import json from \"./foo.json\" with { type: \"json\" };\n \n =====================================output=====================================\n - import json from \"./foo.json\" with {type: \"json\"};\n + import json from \"./foo.json\" with { type: \"json\" };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 17)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 1.0823799999197945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.8115550000220537, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 0.7389800000237301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-import.js - {\"bracketSpacing\":false}" ], "duration": 57.778030000044964, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nchain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncurrying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 16, "numPassingTests": 250, "numPendingTests": 0, "perfStats": { "start": 156414.748251, "end": 172341.84842699993, "runtime": 15927, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 30, "unchecked": 0, "unmatched": 16, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4611410000361502, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 62.52934000000823, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.14239000005182, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.15666400000919, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.13884400005918, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 58.99031400005333, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"always\"}" ], "duration": 57.47546800004784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5786999999545515, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 71.02728699997533, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 66.21681200002786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 63.96657399996184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 64.57111200003419, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 65.8594939999748, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"always\"}" ], "duration": 65.20933300000615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 0.45425900002010167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.47870099998545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.72325599996839, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.330789000028744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 58.91775499994401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 60.65485299995635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"always\"}" ], "duration": 59.16618199995719, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 0.41644699999596924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 56.3043169999728, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.76737100002356, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.11370099999476, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.13164300005883, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 58.00268999999389, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"always\"}" ], "duration": 57.28676200006157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5132379999849945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 90.11815300001763, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 80.9507670000894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 78.23445800004993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 74.23547299997881, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 79.60647200001404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"always\"}" ], "duration": 78.02107700007036, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7309949999907985, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 60.44295699999202, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.20252100005746, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.7094700000016, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 57.91539699991699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 58.6075590000255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"always\"}" ], "duration": 59.74810799991246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6431100000627339, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n (e) =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 61.0335849999683, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 57.945172999985516, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.532310000038706, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.540772999986075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 57.94563400000334, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"always\"}" ], "duration": 58.814081999938935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8441360000288114, "failureMessages": [ "comment.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 64.61914299998898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.112073999946006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 60.69648799998686, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 60.21803600003477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 61.48585900000762, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"always\"}" ], "duration": 62.976393999997526, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 1.4493760000914335, "failureMessages": [ "curried.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -323,46 +323,42 @@\n (argument11) =>\n (argument12) =>\n 3,\n );\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n (argument1) =>\n (argument2) =>\n (argument3) =>\n @@ -377,27 +373,25 @@\n (argument12) =>\n 3\n )(3);\n \n bar(\n - foo(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -416,24 +410,22 @@\n dispatch(action),\n );\n \n foo((action) => (action) => action);\n \n - import(\n - (argument1) =>\n - (argument2) =>\n - (argument3) =>\n - (argument4) =>\n - (argument5) =>\n - (argument6) =>\n - (argument7) =>\n - (argument8) =>\n - (argument9) =>\n - (argument10) =>\n - (argument11) =>\n - (argument12) => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import((argument1) =>\n + (argument2) =>\n + (argument3) =>\n + (argument4) =>\n + (argument5) =>\n + (argument6) =>\n + (argument7) =>\n + (argument8) =>\n + (argument9) =>\n + (argument10) =>\n + (argument11) =>\n + (argument12) => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 84.3501830000896, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 79.61734999995679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 81.33139899990056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 75.1169209999498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 74.85055899992585, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"always\"}" ], "duration": 73.94393900001887, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 0.7038640000391752, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 13\n + Received + 9\n \n @@ -25,22 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", (head) => (body) => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) => (body) => (mody) => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (mody) => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - (head) =>\n - (body) =>\n - (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n - console.log(head, body);\n - },\n - );\n + request.get(\"https://preview-9992--prettier.netlify.app\", (head) =>\n + (body) =>\n + (modyLoremIpsumDolorAbstractProviderFactoryServiceModule) => {\n + console.log(head, body);\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.46991900005378, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 59.991915000020526, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.581723999930546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.79160100000445, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 61.09186799998861, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"always\"}" ], "duration": 60.333488000091165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 0.43595399998594075, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.19400899996981, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.94681100000162, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.84646699996665, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 60.13193599996157, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.201866999967024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"always\"}" ], "duration": 59.58278100006282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 0.969169000047259, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f((a) => (1, 2, 3) /* a */);\n f((a) => (b) => (1, 2, 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1, 2, 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => (c) => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f((a) => (1 ? 2 : 3) /* a */);\n - f((a) => (b) => (1 ? 2 : 3) /* b */ /* a */);\n - f((a) => (b) => (c) => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f((a) => (b) => 1 ? 2 : 3 /* b */ /* a */);\n + f((a) => (b) => (c) => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.53650699998252, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 70.3650380000472, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 63.41377800004557, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.65376800007652, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 77.65589599998202, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"always\"}" ], "duration": 64.75036399997771, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4556799998972565, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.21403399994597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.41585200000554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 58.734542999998666, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.29425400006585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 59.74727399996482, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"always\"}" ], "duration": 61.39523299993016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.738437999971211, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.764374000020325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.31353299994953, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.143786999979056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.879898999934085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 61.07392300001811, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 60.091920000035316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4372870000079274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.01069699996151, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.844054999994114, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 58.57457799999975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 59.33779100002721, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.92619000002742, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"always\"}" ], "duration": 57.08871299994644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4222590000135824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 57.31121199997142, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.14890999998897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.803179000038654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 57.41113600006793, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 56.98826899996493, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"always\"}" ], "duration": 57.64786899997853, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 0.5551870000781491, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 58.2830959999701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.712838999927044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.15189099998679, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.37278699991293, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 58.43241000000853, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"always\"}" ], "duration": 57.87010499997996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4323259999509901, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 62.505655000102706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 59.87259799998719, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.2529729999369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.332106000045314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.063760000048205, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"always\"}" ], "duration": 60.61364300001878, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.6764020000118762, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"always\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"always\"} format 1`\n \n - Snapshot - 11\n + Received + 15\n \n @@ -35,32 +35,36 @@\n foo: bar,\n bar: baz,\n baz: foo,\n });\n \n - const fn12 = (a) => (b) => (c) => (d) => (e) => #{\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 2.4048790000379086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 1.014954000012949, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8891799999400973, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 0.8886790000833571, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 62.08520900004078, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"always\"}" ], "duration": 59.982387000112794, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.419973999960348, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.63562600000296, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.17536500003189, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.20327199995518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.16611099999864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.55808700004127, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-chain-with-trailing-comments.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.4705069999909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5116350000025705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.97757799993269, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.35778500000015, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.69819399993867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.39273500000127, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.09119999990799, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_function_expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.907650999957696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4706980000482872, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.374308999977075, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.34625699999742, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.64004299999215, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.16401399997994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.39113300002646, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment-chain-with-arrow-chain.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.258565000025555, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4322870000032708, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.00048799999058, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.94196700002067, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.590453000040725, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.29884800000582, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.90439200005494, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block_like.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.778624000027776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.5700840000063181, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.44611799996346, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.46148099994753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.70025900006294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.11725399992429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.73540200002026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js - {\"arrowParens\":\"avoid\"}" ], "duration": 74.73145700001623, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7543780000414699, "failureMessages": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-as-arg.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -44,41 +44,41 @@\n \n \n =====================================output=====================================\n const w = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n );\n \n const x = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const y = a.b(\n 1,\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n )(x);\n \n const z = a.b(\n (\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0,\n 2,\n )(x);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.56286300008651, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.675296999979764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.89417600003071, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.708462000009604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.324910999974236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-as-arg.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.355803000042215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6403050000080839, "failureMessages": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -15,12 +15,12 @@\n \n =====================================output=====================================\n const x =\n a.b ??\n ((\n - c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n - ) =>\n + c = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + d = \"abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdef\",\n + ) =>\n e =>\n 0);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.95246499998029, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.15834099997301, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.10337700007949, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.50267700001132, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.91290700004902, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-in-logical-expression.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.86879200011026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9076650000642985, "failureMessages": [ "comment.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 29\n + Received + 25\n \n @@ -88,58 +88,54 @@\n ) => <span>{info.item.widget.missingProp}</span>}\n data={data}\n />;\n \n func(\n - () =>\n - // comment\n - a,\n + () => a, // comment\n );\n func(\n - () => () =>\n - // comment\n - a,\n + () =>\n + () => // comment\n + a,\n );\n func(\n - () => () => () =>\n - // comment\n - a,\n + () =>\n + () =>\n + () => // comment\n + a,\n );\n \n - func(() =>\n - // comment\n - a ? b : c,\n + func(\n + () => (a ? b : c), // comment\n );\n func(\n - () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () => // comment\n + a ? b : c,\n );\n func(\n - () => () => () =>\n - // comment\n - a ? b : c,\n + () =>\n + () =>\n + () => // comment\n + a ? b : c,\n );\n \n func(\n - () =>\n - (\n - // comment\n - a, b, c\n - ),\n + () => ( // comment\n + a, b, c\n + ),\n );\n func(\n - () => () =>\n - (\n - // comment\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n func(\n - () => () => () =>\n - (\n - // comment\n + () =>\n + () =>\n + () => ( // comment\n a, b, c\n ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.790456000017, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.791865000035614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.05831700004637, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.48979899997357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.727129000006244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.5527239999501, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.6876599999377504, "failureMessages": [ "curried.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `curried.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 69\n + Received + 61\n \n @@ -315,46 +315,42 @@\n argument11 =>\n argument12 =>\n 3,\n );\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - baz: foo,\n - }),\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + baz: foo,\n + }));\n \n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - },\n - );\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n (\n argument1 =>\n argument2 =>\n argument3 =>\n @@ -369,27 +365,25 @@\n argument12 =>\n 3\n )(3);\n \n bar(\n - foo(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => ({\n - foo: bar,\n - bar: baz,\n - }),\n - ),\n + foo(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => ({\n + foo: bar,\n + bar: baz,\n + })),\n );\n \n const baaaz =\n (aaaaa1, bbbbb1) =>\n (aaaaa2, bbbbb2) =>\n @@ -406,24 +400,22 @@\n action => next => next => next => next => next => next => dispatch(action),\n );\n \n foo(action => action => action);\n \n - import(\n - argument1 =>\n - argument2 =>\n - argument3 =>\n - argument4 =>\n - argument5 =>\n - argument6 =>\n - argument7 =>\n - argument8 =>\n - argument9 =>\n - argument10 =>\n - argument11 =>\n - argument12 => {\n - const foo = \"foo\";\n - return foo + \"bar\";\n - }\n - );\n + import(argument1 =>\n + argument2 =>\n + argument3 =>\n + argument4 =>\n + argument5 =>\n + argument6 =>\n + argument7 =>\n + argument8 =>\n + argument9 =>\n + argument10 =>\n + argument11 =>\n + argument12 => {\n + const foo = \"foo\";\n + return foo + \"bar\";\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.87267599999905, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.40682200004812, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.30841499997769, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.32334899995476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 77.82561099994928, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "curried.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.9990739999339, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6803899999940768, "failureMessages": [ "currying-2.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-2.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 10\n + Received + 8\n \n @@ -25,20 +25,18 @@\n \n request.get(\"https://preview-9992--prettier.netlify.app\", head => body => {\n console.log(head, body);\n });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => mody => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + mody => {\n console.log(head, body);\n - },\n - );\n + });\n \n - request.get(\n - \"https://preview-9992--prettier.netlify.app\",\n - head => body => modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n + request.get(\"https://preview-9992--prettier.netlify.app\", head =>\n + body =>\n + modyLoremIpsumDolorAbstractProviderFactoryServiceModule => {\n console.log(head, body);\n - },\n - );\n + });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.728786000050604, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.95149899995886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.35184799996205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.15710900002159, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.5261579999933, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-2.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.0257209999254, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.44728500000201166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.441044999985024, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.74043200002052, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.758861999958754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.7262290000217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.94591600005515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-3.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.16402799997013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8341070000315085, "failureMessages": [ "currying-4.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `currying-4.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 37\n + Received + 39\n \n @@ -66,13 +66,13 @@\n );\n \n =====================================output=====================================\n Y(() => (a ? b : c));\n \n - Y(() => () => (a ? b : c));\n + Y(() => () => a ? b : c);\n \n - Y(() => () => () => (a ? b : c));\n + Y(() => () => () => a ? b : c);\n \n Y(() =>\n longlonglonglonglonglonglonglonglonglongCondition\n ? \"Prettier is an opinionated code formatter.\"\n : \"Prettier takes your code and reprints it from scratch by taking the line length into account.\",\n @@ -107,51 +107,53 @@\n \"in\",\n \"the\",\n \"sky.\",\n ];\n \n - const x2 = () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x2 = () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n - const x3 = () => () => () => [\n - \"The\",\n - \"green\",\n - \"dragon\",\n - \"liked\",\n - \"to\",\n - \"knit\",\n - \"sweaters\",\n - \"for\",\n - \"the\",\n - \"fluffy\",\n - \"clouds\",\n - \"in\",\n - \"the\",\n - \"sky.\",\n - ];\n + const x3 = () => () => () =>\n + [\n + \"The\",\n + \"green\",\n + \"dragon\",\n + \"liked\",\n + \"to\",\n + \"knit\",\n + \"sweaters\",\n + \"for\",\n + \"the\",\n + \"fluffy\",\n + \"clouds\",\n + \"in\",\n + \"the\",\n + \"sky.\",\n + ];\n \n f(a => (1, 2, 3) /* a */);\n f(a => b => (1, 2, 3) /* b */ /* a */);\n - f(a => b => c => (1, 2, 3) /* c */ /* b */ /* a */);\n + f(a => b => c => (1, 2, 3) /* b */ /* c */ /* a */);\n \n f(a => (1 ? 2 : 3) /* a */);\n - f(a => b => (1 ? 2 : 3) /* b */ /* a */);\n - f(a => b => c => (1 ? 2 : 3) /* c */ /* b */ /* a */);\n + f(a => b => 1 ? 2 : 3 /* b */ /* a */);\n + f(a => b => c => 1 ? 2 : 3 /* b */ /* c */ /* a */);\n \n a(\n \"\",\n \"\",\n ({}) =>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 63.13268399995286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.33440099994186, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.09408499998972, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.271688999957405, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 62.60993999999482, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying-4.js - {\"arrowParens\":\"avoid\"}" ], "duration": 64.07390099996701, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.43834799993783236, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.03528599999845, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.55218499992043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.52483500004746, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.758502000011504, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.110596999991685, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "currying.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.10318400000688, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6092479999642819, "failureMessages": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-1389-curry.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -37,14 +37,12 @@\n const foobaz =\n (argumentOne, argumentTwo, argumentThree) => (restOfTheArguments123, j) => {\n return \"baz\";\n };\n \n - const makeSomeFunction =\n - (services = { logger: null }) =>\n - (a, b, c) =>\n - services.logger(a, b, c);\n + const makeSomeFunction = (services = { logger: null }) => (a, b, c) =>\n + services.logger(a, b, c);\n \n const makeSomeFunction2 =\n (\n services = {\n logger: null,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.62389099993743, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 61.04456800001208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.77667399996426, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.620036000036635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.41019500000402, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1389-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.22201399994083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.42239899991545826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.726499999989755, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.406564999953844, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.10103000001982, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.20161500002723, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.37283100001514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4166-curry.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.99766400002409, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4591670000227168, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.60071499994956, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.518052000086755, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.72488600003999, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 55.858206999953836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.85966199997347, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-call-no-args.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.4767259999644, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.450630999985151, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.076883999980055, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.782273999997415, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.53999299998395, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 57.248131999978796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.93499400001019, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-contents.js - {\"arrowParens\":\"avoid\"}" ], "duration": 56.696499999961816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.48075800004880875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.75838599994313, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.55266499996651, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.71001499996055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 58.634226999944076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.29208299994934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js - {\"arrowParens\":\"avoid\"}" ], "duration": 59.769264000002295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.7201240001013502, "failureMessages": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 7\n + Received + 15\n \n @@ -31,28 +31,36 @@\n }));\n \n =====================================output=====================================\n const fn12 = a => b => c => d => e => ({ foo: bar, bar: baz, baz: foo });\n \n - const fn12 = a => b => c => d => e => #{ foo: bar, bar: baz, baz: foo };\n + const fn12 = (a) => (b) => (c) => (d) => (e) =>\n + (#\n + {\n + foo: bar, bar;\n + : baz, baz: foo\n + }\n + )\n \n map(() => [\n // comment\n foo,\n ]);\n \n - map(() => #[\n + map(() => (#[\n // comment\n - foo,\n - ]);\n + foo\n + ])\n + )\n \n map(() => ({\n // comment\n foo,\n }));\n \n - map(() => #{\n + map(() => (#{\n // comment\n - foo,\n - });\n + foo\n + })\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 18)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.823644999996759, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 1.079475999926217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.9174920000368729, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8662170000607148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.297621999983676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js - {\"arrowParens\":\"avoid\"}" ], "duration": 60.58179199998267, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nescaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 172429.42944100004, "end": 176489.75929699995, "runtime": 4060, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/strings/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.7076909999595955, "failureMessages": [ "escaped.js - {\"trailingComma\":\"es5\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"es5\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\"\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.32909000001382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.253508000052534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.773321000044234, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.91113000002224, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.21953999996185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.32097000000067, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.414303999976255, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.68843099998776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.06000299996231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.06101199996192, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.464512999984436, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.67647700000089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.729985999991186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.42649600002914667, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.86154000007082, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 1.3120399999897927, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.8355000000447035, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.14677999995183, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.63853500003461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.66516499989666, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5059540000511333, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.915886999922805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.27212400001008, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.57021700008772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.05825899995398, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.120432000025176, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.99468900007196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5137589999940246, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 84.2744010000024, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 69.30605600005947, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 66.9258179999888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.03321000002325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.43622800009325, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.8314979999559, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 0.6329610000830144, "failureMessages": [ "escaped.js - {\"trailingComma\":\"all\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `escaped.js - {\"trailingComma\":\"all\"} format 1`\n \n - Snapshot - 2\n + Received + 3\n \n @@ -12,9 +12,10 @@\n \n =====================================output=====================================\n export const MSG_GENERIC_OPERATION_FAILURE_BODY_1 =\n goog.getMsg(\"That's all we know\");\n \n - export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 =\n - goog.getMsg(\"That's all we know\");\n + export const MSG_GENERIC_OPERATION_FAILURE_BODY_2 = goog.getMsg(\n + \"That's all we know\",\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 19)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 59.53295599995181, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.208535999991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 56.68172999995295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.39577400009148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 57.33422099996824, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escaped.js - {\"trailingComma\":\"all\"}" ], "duration": 58.105649999924935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 0.465379000059329, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 59.259482999914326, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 57.34804700000677, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 57.23553399997763, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.79435099998955, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 57.02638699999079, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiline-literal.js - {\"trailingComma\":\"all\"}" ], "duration": 56.819229000015184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.40850199991837144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.85138599993661, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 1.251585999969393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 0.7817189999623224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 56.63372399995569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 57.313277999986894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-octal-eight-and-nine.js - {\"trailingComma\":\"all\"}" ], "duration": 58.345570000004955, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 0.39269300003070384, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.69082299992442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.48102599999402, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.33109400002286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 57.17087500006892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.32165200007148, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"trailingComma\":\"all\"}" ], "duration": 58.31498200003989, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5174460000125691, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 74.81731900002342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 74.43219800002407, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 66.19087300007232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.22632000001613, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 65.57048800005578, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "template-literals.js - {\"trailingComma\":\"all\"}" ], "duration": 68.21434000006411, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclasses.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwith_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 92, "numPendingTests": 0, "perfStats": { "start": 176551.64096399996, "end": 182597.11052499997, "runtime": 6045, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quote-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.43522200000006706, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 68.71633700001985, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.0289070000872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.58948500000406, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.79132600000594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.41750899993348867, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.8966369999107, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.96513199992478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.19551699992735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 59.78975600004196, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.8270539999939501, "failureMessages": [ "objects.js - {\"quoteProps\":\"as-needed\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"as-needed\"} format 1`\n \n - Snapshot - 12\n + Received + 12\n \n @@ -130,36 +130,36 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n NaN: null,\n 1: null,\n - 1.5: null,\n + \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 63.33537999994587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.41061099991202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 67.9595819999231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 64.59509600000456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.46635999996215105, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.110066999914125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.71080599993002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.533791000023484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.173314000014216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 0.4396710000000894, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.06815700000152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 58.29845999996178, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 56.998162999982014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"as-needed\"}" ], "duration": 57.736689000041224, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.41644699999596924, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.65577099996153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.85610099998303, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.94207099999767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.66480199992657, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4069799999706447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.55485499999486, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.089867000002414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.503163999994285, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.37939000001643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.7813390000956133, "failureMessages": [ "objects.js - {\"quoteProps\":\"preserve\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"preserve\"} format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -130,18 +130,18 @@\n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n @@ -174,22 +174,22 @@\n // These can be quoted:\n NaN: \"NaN\",\n 1: \"1\",\n 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - 0.1: \".1\",\n - 1: \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 62.178792999940924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 63.07172000000719, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 64.33354400005192, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"preserve\"}" ], "duration": 66.4275749999797, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.3928740000119433, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.864661999978125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.74759799998719, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.92101399996318, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.420033999951556, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 0.4630249999463558, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 59.260094000026584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.74619099998381, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 57.84052399999928, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"preserve\"}" ], "duration": 58.50228000001516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.60619099996984, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -35,10 +35,10 @@\n c1 = \"c1\";\n c2 = \"c2\";\n }\n \n class D {\n - \"d1\" = \"d1\";\n + d1 = \"d1\";\n \"d-2\" = \"d2\";\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.193536999984644, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.74151099997107, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.49484000005759, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.63107000000309, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.46901599992997944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.36516400007531, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.589464999968186, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.698086000047624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.052108000032604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.8272839999990538, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -121,45 +121,45 @@\n c1: \"c1\",\n c2: \"c2\",\n };\n \n const d = {\n - \"d1\": \"d1\",\n + d1: \"d1\",\n \"d-2\": \"d2\",\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - \"NaN\": null,\n - \"1\": null,\n + NaN: null,\n + 1: null,\n \"1.5\": null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n \".1\": null,\n \"1.\": null,\n \"1.0\": null,\n - \"999999999999999999999\": null,\n + 999999999999999999999: null,\n \"0.99999999999999999\": null,\n \"1E2\": null,\n \"1e+3\": null,\n \"1e+100\": null,\n \"0b10\": null,\n @@ -170,26 +170,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n \"a-\": \"a-\",\n // These can be quoted:\n - \"NaN\": \"NaN\",\n - \"1\": \"1\",\n - \"1.5\": \"1.5\",\n + NaN: \"NaN\",\n + 1: \"1\",\n + 1.5: \"1.5\",\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - \"0.1\": \".1\",\n - \"1\": \"1.\",\n + .1: \".1\",\n + 1.: \"1.\",\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: \"1.0\", // 1\n 999999999999999999999: \"999999999999999999999\", // 1e+21\n 0.99999999999999999: \"0.99999999999999999\", // 1\n - 1e2: \"1E2\", // 100\n - 1e3: \"1e+3\", // 1000\n - 1e100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: \"1E2\", // 100\n + 1e+3: \"1e+3\", // 1000\n + 1e+100: \"1e+100\", // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: \"0b10\", // 2\n 0o10: \"0o10\", // 8\n 0xf: \"0xf\", // 15\n 2n: \"2n\", // 2\n 0xan: \"0xan\", // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.48110400000587, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 62.29233299999032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 64.40084200003184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\"}" ], "duration": 63.85209399997257, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.40964500000700355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 57.472188999992795, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.00710899999831, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.75208899995778, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\"}" ], "duration": 61.58560600003693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 0.5850919999647886, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\"} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -30,9 +30,9 @@\n 1: \"\",\n };\n \n obj = {\n \"foo-bar\": \"\",\n - \"1\": \"\",\n + 1: \"\",\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.3968510000268, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 59.05692700005602, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 58.42460300005041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\"}" ], "duration": 60.14762300008442, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.6099779999349266, "failureMessages": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -36,10 +36,10 @@\n c1 = 'c1';\n c2 = 'c2';\n }\n \n class D {\n - 'd1' = 'd1';\n + d1 = 'd1';\n 'd-2' = 'd2';\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.62898299994413, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.317490999936126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 64.57704999996349, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.64228800009005, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4489279999397695, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.930953000090085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.630856000003405, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.686180000077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numeric-separator.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.149465000024065, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.7886120000621304, "failureMessages": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 17\n + Received + 17\n \n @@ -122,45 +122,45 @@\n c1: 'c1',\n c2: 'c2',\n };\n \n const d = {\n - 'd1': 'd1',\n + d1: 'd1',\n 'd-2': 'd2',\n };\n \n // None of these should become quoted, regardless of the quoteProps value.\n const e = {\n NaN: null,\n 1: null,\n 1.5: null,\n - 0.1: null,\n - 1: null,\n + .1: null,\n + 1.: null,\n 1.0: null,\n 999999999999999999999: null,\n 0.99999999999999999: null,\n - 1e2: null,\n - 1e3: null,\n - 1e100: null,\n + 1E2: null,\n + 1e+3: null,\n + 1e+100: null,\n 0b10: null,\n 0o10: null,\n 0xf: null,\n 2n: null,\n };\n \n const f = {\n // These should be unquoted for quoteProps=as-needed.\n - 'NaN': null,\n - '1': null,\n + NaN: null,\n + 1: null,\n '1.5': null,\n // These should never be unquoted. `1e+100` technically could (it’s the only\n // one where `String(Number(key)) === key`), but we came to the conclusion\n // that it is unexpected.\n '.1': null,\n '1.': null,\n '1.0': null,\n - '999999999999999999999': null,\n + 999999999999999999999: null,\n '0.99999999999999999': null,\n '1E2': null,\n '1e+3': null,\n '1e+100': null,\n '0b10': null,\n @@ -171,26 +171,26 @@\n \n Object.entries({\n // To force quotes for quoteProps=consistent.\n 'a-': 'a-',\n // These can be quoted:\n - 'NaN': 'NaN',\n - '1': '1',\n - '1.5': '1.5',\n + NaN: 'NaN',\n + 1: '1',\n + 1.5: '1.5',\n // Prettier will normalize these to `0.1` and `1` – then they can be quoted.\n - '0.1': '.1',\n - '1': '1.',\n + .1: '.1',\n + 1.: '1.',\n // These should never be quoted. The _actual_ keys are shown as comments.\n // Copy-paste this into the console to verify. If we were to convert these\n // numbers into decimal (which completely valid), “information/intent” is\n // lost. Either way, writing code like this is super confusing.\n 1.0: '1.0', // 1\n 999999999999999999999: '999999999999999999999', // 1e+21\n 0.99999999999999999: '0.99999999999999999', // 1\n - 1e2: '1E2', // 100\n - 1e3: '1e+3', // 1000\n - 1e100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n + 1E2: '1E2', // 100\n + 1e+3: '1e+3', // 1000\n + 1e+100: '1e+100', // 1e+100 – this one is identical, but would be inconsistent to quote.\n 0b10: '0b10', // 2\n 0o10: '0o10', // 8\n 0xf: '0xf', // 15\n 2n: '2n', // 2\n 0xan: '0xan', // 10\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.89436499995645, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 63.437689999933355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 62.335778999957256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 64.64525399997365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.4045650000916794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.88340799999423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.932053000084125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.03952499991283, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_member_expressions.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.338140000007115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 0.5829879998927936, "failureMessages": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -31,9 +31,9 @@\n 1: '',\n };\n \n obj = {\n 'foo-bar': '',\n - '1': '',\n + 1: '',\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 20)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 58.53050200000871, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.17874200001825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 59.82880599994678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_numbers.js - {\"quoteProps\":\"consistent\",\"singleQuote\":true}" ], "duration": 60.999981999979354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 182663.05393500003, "end": 186088.929938, "runtime": 3426, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrow-call/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.46033899998292327, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 70.41107400006149, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.51461400010157, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.0031949999975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 67.6283659999026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.31598900002427, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.99826999998186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.999791000038385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.2093130000867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.44373800000175834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.047129999962635, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.18722899991553, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.471535000018775, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.78488499997184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.12418100005016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.1037499998929, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.872316000051796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.63920800003689, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 0.48985500005073845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 96.64852899999823, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.674662000034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.77705799997784, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 66.20633099996485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.86389899998903, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 63.8273919998901, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 65.67849600000773, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"trailingComma\":\"all\"}" ], "duration": 64.95308999996632, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4922889999579638, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 59.23199100000784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 60.98187599994708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.80102899996564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.75644700007979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.653424000018276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 59.219950000057, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 58.780226000002585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"trailingComma\":\"all\"}" ], "duration": 57.74800400005188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 0.44530100002884865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 80.25429299997631, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 66.98438499995973, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.83900200005155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 64.7580499999458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 62.84753400005866, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.340897000045516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 63.452006999985315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow_call.js - {\"arrowParens\":\"always\"}" ], "duration": 64.71108299994376, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 0.4933200000086799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 59.36609899997711, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 60.08109999995213, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.87324899993837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.839486000011675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.44345699995756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.14301300002262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 58.201685999985784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js - {\"arrowParens\":\"always\"}" ], "duration": 57.922120999894105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 186145.892528, "end": 188264.73888100003, "runtime": 2119, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/shebang/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "shebang-newline.js" ], "duration": 0.4544080001069233, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.098452000063844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.58001100004185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.87727799999993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.25212499999907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.26321200001985, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 60.19946100004017, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.85738800000399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang-newline.js" ], "duration": 58.423787000006996, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 0.45044100005179644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.690316000021994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.98416100000031, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.1745219998993, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.78107599995565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.39749000000302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.03221199999098, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 59.30528299999423, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "shebang.js" ], "duration": 58.99018900003284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.42416199995204806, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.984506000066176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.65107900009025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.317533000023104, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.18258199992124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.703940999927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.12418899999466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.36784500000067, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 59.453258999972604, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 0.45241500006522983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.731927999993786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.40939199994318, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 57.85084900003858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.52596600004472, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.735162000055425, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.740076999994926, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.36624300002586, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: Empty file with shebang" ], "duration": 58.25329000002239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nworker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 188325.73703499994, "end": 189126.18524099997, "runtime": 800, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-blocks/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.6131840000161901, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 6\n + Received + 7\n \n @@ -13,19 +13,20 @@\n const m2 = module/* B1 */{\n /* B2 */\n };\n \n =====================================output=====================================\n - const m = /*A1*/ module {\n - /*A2*/ /*A3*/\n + const m = /*A1*/ module; /*A2*/\n + {\n + /*A3*/\n /*A4*/\n export const foo = \"foo\";\n export { foo }; /*A5*/\n /*A6*/\n - }; /*A7*/ /*A8*/\n + } /*A7*/ /*A8*/\n \n - const m2 = module {\n - /* B1 */\n + const m2 = module; /* B1 */\n + {\n /* B2 */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.2166609999258071, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.8153419999871403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.6872829999774694, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 58.35085200006142, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8469509999267757, "failureMessages": [ "module-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-blocks.js format 1`\n \n - Snapshot - 25\n + Received + 35\n \n @@ -41,57 +41,67 @@\n foo(module { export let foo = \"foo\"; });\n \n let m = module { /* foo */ };\n \n =====================================output=====================================\n - module {\n + module;\n + {\n await 3;\n - };\n + }\n \n class B {\n #p() {\n - module {\n + module;\n + {\n class C {\n [this.#p];\n }\n - };\n + }\n }\n }\n \n - const m = module {\n + const m = module;\n + {\n export const foo = \"foo\";\n export { foo };\n - };\n + }\n \n - module {\n - export { foo };\n - };\n + module;\n + {\n + export { foo }\n + }\n \n - const m = module {};\n + const m = module;\n + {\n + }\n \n const worker = new Worker(module {\n export const foo = \"foo\";\n - });\n + })\n \n - let m = module {\n - module {\n + let m = module;\n + {\n + module;\n + {\n export let foo = \"foo\";\n - };\n - };\n + }\n + }\n \n - const m = module {\n - export const foo = \"foo\";\n - };\n + const m = module;\n + {\n + export const foo = \"foo\"\n + }\n \n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n - let m = module {\n + let m = module;\n + {\n /* foo */\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 1.027847999939695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.8252799999900162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 0.7202640000032261, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-blocks.js" ], "duration": 60.980311000021175, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 0.5801940000383183, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.11689499998465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 58.48385800002143, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 56.63568300008774, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-module-blocks.js" ], "duration": 56.72821400000248, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0558710000477731, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -13,14 +13,14 @@\n | ^^\n > 4 | foo(module { export let foo = \"foo\"; })\n | ^^\n 5 |\n =====================================output=====================================\n - let moduleBlock = module {\n + let moduleBlock = module;\n + {\n export let y = 1;\n - };\n + }\n \n - foo(module {\n - export let foo = \"foo\";\n - });\n + foo(module { export let foo = \"foo\";\n + })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.0838440000079572, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.782952000037767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.7466239999048412, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.65297100006137, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.7815989999799058, "failureMessages": [ "worker.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `worker.js format 1`\n \n - Snapshot - 17\n + Received + 10\n \n @@ -19,28 +19,21 @@\n \n worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n =====================================output=====================================\n let worker = new Worker(module {\n - onmessage = function ({ data }) {\n + onmessage = function({data}) {\n let mod = import(data);\n postMessage(mod.fn());\n - };\n - }, { type: \"module\" });\n -\n - let worker = new Worker(\n - module {\n - onmessage = function ({ data }) {\n - let mod = import(data);\n - postMessage(mod.fn());\n - };\n - },\n - { type: \"module\", foo: \"bar\" },\n - );\n + }\n + }, {type: \"module\"});\n \n - worker.postMessage(module {\n - export function fn() {\n - return \"hello!\";\n + let worker = new Worker(module {\n + onmessage = function({data}) {\n + let mod = import(data);\n + postMessage(mod.fn());\n }\n - });\n + }, {type: \"module\", foo: \"bar\" });\n +\n + worker.postMessage(module { export function fn() { return \"hello!\" } });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 23)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "worker.js" ], "duration": 1.1695029999827966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.8039700000081211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 0.7674829999450594, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "worker.js" ], "duration": 59.74213000002783, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 52, "numPendingTests": 0, "perfStats": { "start": 189187.954785, "end": 192112.25114100002, "runtime": 2924, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 8, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sloppy-mode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "delete-variable.js" ], "duration": 0.43833799997810274, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.27553099999204, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.516287999926135, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.11353400000371, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 57.841182000003755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.56155600002967, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.19271700002719, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 59.14514399995096, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "delete-variable.js" ], "duration": 58.241284999996424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 0.49546500004362315, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.633811999927275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.106056999997236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.95975299994461, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 57.75822399999015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.78851099999156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.364054000005126, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 58.25082499999553, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments-binding.js" ], "duration": 59.46151699998882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 0.43314900004770607, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.74982500006445, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.86468800005969, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 57.89713599998504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.08817700005602, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 58.29330499994103, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.83755799999926, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.142018999904394, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval-arguments.js" ], "duration": 59.24584400001913, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 0.6200480000115931, "failureMessages": [ "function-declaration-in-if.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-if.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n if (false) function foo(){}\n \n =====================================output=====================================\n - if (false) function foo() {}\n + if (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.636040000012144, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.22786600003019, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.472571000107564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.51418299996294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.2627710000379, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 58.33724400005303, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 56.50907700008247, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-if.js" ], "duration": 57.40162100002635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.6757010000292212, "failureMessages": [ "function-declaration-in-while.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-declaration-in-while.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n while (false) function foo(){}\n \n =====================================output=====================================\n - while (false) function foo() {}\n + while (false) function foo(){}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 24)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 2.087165999924764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.471850999980234, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 1.1431640000082552, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7473450000397861, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 0.7241619999986142, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 58.05787799996324, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 57.243663000059314, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration-in-while.js" ], "duration": 58.149926999933086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 0.5631910000229254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 63.84614299994428, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 61.622887999983504, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.81291700003203, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.99139700003434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.885661999927834, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 57.92759400000796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 58.4663779999828, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "labeled-function-declaration.js" ], "duration": 56.94822200003546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 268, "numPendingTests": 0, "perfStats": { "start": 192192.01975499996, "end": 208222.41568799998, "runtime": 16030, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 33, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "13018.js" ], "duration": 0.6130950000369921, "failureMessages": [ "13018.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `13018.js format 1`\n \n - Snapshot - 6\n + Received + 18\n \n @@ -13,13 +13,25 @@\n foo(a--).bar().leet();\n \n =====================================output=====================================\n foo(_a).bar().leet();\n foo(-a).bar().leet();\n - foo(+a).bar().leet();\n - foo(~a).bar().leet();\n - foo(++a).bar().leet();\n - foo(--a).bar().leet();\n - foo(a++).bar().leet();\n - foo(a--).bar().leet();\n + foo(+a)\n + .bar()\n + .leet();\n + foo(~a)\n + .bar()\n + .leet();\n + foo(++a)\n + .bar()\n + .leet();\n + foo(--a)\n + .bar()\n + .leet();\n + foo(a++)\n + .bar()\n + .leet();\n + foo(a--)\n + .bar()\n + .leet();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "13018.js" ], "duration": 61.50503200001549, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.91192300000694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 60.20821900002193, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 59.05720999999903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 59.03917600004934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.301783000002615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.195963000063784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "13018.js" ], "duration": 58.02739699999802, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 0.41812099993694574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.267047000001185, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.87532700004522, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.49693700007629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.10858400003053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 56.9419919999782, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 58.148946000030264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 57.55287200002931, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0-1.js" ], "duration": 58.51672299997881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 0.45383799995761365, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.41704700002447, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.01497599994764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.06082000001334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.64860700001009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.963986000046134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 57.329706000047736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 59.357858999981545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket_0.js" ], "duration": 58.57122799998615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 0.45015000004787, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 65.13739400007762, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 62.73840700008441, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 60.11176800006069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.66497399995569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.08929999999236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 63.90576400002465, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.65496800001711, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-call.js" ], "duration": 61.88794799998868, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 0.4427869999781251, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 71.87524999992456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 60.04386999993585, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 60.032445000018924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.11225000000559, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.71952100005001, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 59.9935439999681, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 58.37194800004363, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-last-member.js" ], "duration": 60.24536599998828, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 0.42061499995179474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.11062299995683, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.72185700002592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.25821899995208, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.02803099993616, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 57.146073000039905, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.36746800004039, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 60.517483000061475, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-multiple.js" ], "duration": 58.57163500005845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4663799999980256, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 66.48416999995243, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.56800199998543, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.73224800010212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.55528100009542, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.21418000000995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.73942499991972, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.54545000009239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.01401899999473, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 0.40880299999844283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.00763199990615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.01143299997784, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.885434000054374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.21647999994457, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.10810099996161, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 58.49139199999627, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 56.38608500000555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex-args.js" ], "duration": 57.021709000109695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 0.42700699996203184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.75260000000708, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 61.04104699997697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.406082000001334, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 59.89675299997907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 58.84786900004838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 62.23779000004288, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 60.3240250000963, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed-merge.js" ], "duration": 60.78420999995433, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.425954999984242, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.81552900001407, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.271461000083946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 57.41106700000819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.090733999968506, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.79053100000601, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.02359899994917, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.76255800004583, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 58.0668809999479, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.4279089999618009, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.99607100000139, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.59452899999451, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.5378839999903, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.21744999999646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.92472200002521, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.58365399995819, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.78827599994838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.290893999976106, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 0.4296709999907762, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.877556999912485, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 59.12297399993986, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.72145900002215, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.471904000034556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.33704100002069, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 56.47772100009024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.5058410000056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cypress.js" ], "duration": 57.87002999999095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 0.4622830000007525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d3.js" ], "duration": 77.08289900003001, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 62.13036099995952, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.1699479999952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.57371300004888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 60.00066700007301, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.37239499995485, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 59.687810999923386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d3.js" ], "duration": 60.51217500003986, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 0.4520440000342205, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 68.23486199998297, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.48105200007558, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.008150999899954, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 64.30419900000561, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 60.41232799994759, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 62.72833900002297, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 63.38498900004197, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "first_long.js" ], "duration": 61.33087799989153, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 0.4395009999861941, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 60.73789400001988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.68913600000087, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.775866999989375, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.363496000063606, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 57.53047799994238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.14112200005911, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 57.855716999969445, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "fluent-configuration.js" ], "duration": 59.24510699999519, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 0.42482299997936934, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.74630999995861, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 60.070088999927975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.82670600002166, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 58.44263900001533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 62.60578899993561, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.179226000094786, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 60.93856899999082, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline_merge.js" ], "duration": 59.657264000037685, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 0.42868000001180917, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.109296999988146, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.79720999998972, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.540584000060335, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.25771900010295, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.28606700000819, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 58.47297600004822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 56.96790799999144, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11298.js" ], "duration": 57.19151199993212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 0.424652999965474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.46626199991442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 61.21203799999785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.609822000027634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.279181999969296, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 57.74015800002962, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 59.60535800002981, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.36337999999523, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3594.js" ], "duration": 58.560347999911755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 0.4273380000377074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.67141900002025, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.86804899992421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.24013399996329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.69414499995764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 58.75459200004116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 59.79451199993491, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 60.96695999999065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3621.js" ], "duration": 62.606211000005715, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 1.0449510000180453, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 93.36250699998345, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 85.7118129999144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 75.16217700007837, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 75.13193399994634, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 75.29660699993838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 76.46329099999275, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 77.64508399995975, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4125.js" ], "duration": 82.51448200002778, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.5596549999900162, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 62.48277000000235, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 61.266529000015, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.609983999980614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.19556999998167, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.33150700002443, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.54413499997463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.54477499995846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.946267000050284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 0.43312800000421703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 67.02173600008246, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.51516199996695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.39968599996064, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.37543600006029, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 58.50284700002521, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 59.911690999986604, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 60.427984999958426, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-members.js" ], "duration": 61.65248900000006, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 0.4464129999978468, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 60.057215000037104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.905539000057615, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.33829600003082, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.52709899994079, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 57.32071200001519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.43581500009168, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.22022399993148, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-literal.js" ], "duration": 58.32018799998332, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 0.4333280000137165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 61.537315999972634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.53910100006033, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.767418000032194, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 58.25795599992853, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.13648100011051, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 60.18512100004591, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 72.70018300006632, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pr-7889.js" ], "duration": 59.89461900002789, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 0.5320830000564456, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.437103999895044, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.893786999979056, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.2642830000259, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.44279000000097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.70071500004269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.5182780000614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 58.75270700000692, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-names.js" ], "duration": 59.101109999930486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 0.44931900000665337, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.41708199994173, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.26936099992599, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 57.94675300002564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 58.470733000081964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.49490200006403, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 60.18102200003341, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 58.308955000014976, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-args.js" ], "duration": 59.837905999971554, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 0.42856000002939254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.44631499995012, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 58.348221999942325, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 57.65986600005999, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.497649000026286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 68.13846699998248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 61.66492300003301, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 59.501925999997184, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "square_0.js" ], "duration": 61.12331399996765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.45519000000786036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.235681999940425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.790563999908045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.27430100005586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.116538999951445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.24540999997407, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.83157499996014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.479667000006884, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.694928999990225, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 0.48558700003195554, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.99859899992589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.092359000002034, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "this.js" ], "duration": 60.140956999966875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "this.js" ], "duration": 57.706913999980316, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "this.js" ], "duration": 58.117250000010245, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "this.js" ], "duration": 58.53950900002383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.24717099999543, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "this.js" ], "duration": 59.35472000006121, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6255280000623316, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -9,11 +9,11 @@\n foo.a().b().c({n, o})\n foo.a().b().c(#{n, o})\n \n =====================================output=====================================\n foo.a().b().c([n, o]);\n - foo.a().b().c(#[n, o]);\n + foo.a().b().c(#[n, o])\n \n foo.a().b().c({ n, o });\n - foo.a().b().c(#{ n, o });\n + foo.a().b().c(#{n, o})\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 25)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 3.075630999985151, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.349237999995239, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.86953300004825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.825520999962464, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7574139999924228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.60673100000713, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.57439299998805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.821561000077054, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 160, "numPendingTests": 0, "perfStats": { "start": 208308.58437300002, "end": 217659.96206799994, "runtime": 9351, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 21, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.436816000030376, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 77.49492199998349, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.66763300006278, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.08906399994157, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.08973699994385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.13638400007039, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.741509999963455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.236602999968454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 58.98265499994159, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 0.4498100000200793, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 59.19102299993392, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 56.78138000005856, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 56.80364599998575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 56.76877399999648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.60129900008906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 58.53548099996988, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 57.56128300004639, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bitwise-flags.js" ], "duration": 56.102749999961816, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.49411300010979176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.19036799995229, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.553375000017695, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.63342600001488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.29895400011446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.68955899996217, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.943534000078216, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.59301700000651, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 57.463007999933325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.44009100005496293, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 65.01418299996294, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.95562100003008, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.536548000061885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.9003279999597, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.27064100001007, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 58.821453999960795, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.20277699991129, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.37007699999958, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 0.4073199999984354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "equality.js" ], "duration": 59.11822800000664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.843133999966085, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 55.6585770000238, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 56.96999999997206, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 56.08006399997976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 57.22510399995372, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 58.01633100002073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "equality.js" ], "duration": 56.983505000011064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 0.4209350000601262, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.903481999994256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 58.289728999952786, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 56.809259000001475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.206194999977015, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.0997830000706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.38985099992715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 56.919514000066556, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exp.js" ], "duration": 57.3621170000406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 0.42696700000669807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.13498099998105, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.18361399997957, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.07182800001465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.66933699999936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if.js" ], "duration": 56.96576199994888, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if.js" ], "duration": 58.100136999972165, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.00215399998706, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if.js" ], "duration": 57.88168900005985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 1.0184610000578687, "failureMessages": [ "in_instanceof.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `in_instanceof.js format 1`\n \n - Snapshot - 43\n + Received + 43\n \n @@ -76,80 +76,80 @@\n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n !!foo instanceof Bar;\n \n =====================================output=====================================\n - (!foo) in bar;\n - (!foo) in bar;\n + !foo in bar;\n + !foo in bar;\n !(foo in bar);\n - (!foo) in bar;\n + !foo in bar;\n \n - (!foo) instanceof Bar;\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n + !foo instanceof Bar;\n !(foo instanceof Bar);\n - (!foo) instanceof Bar;\n + !foo instanceof Bar;\n \n - (~foo) in bar;\n - (~foo) in bar;\n + ~foo in bar;\n + ~foo in bar;\n ~(foo in bar);\n - (~foo) in bar;\n + ~foo in bar;\n \n - (~foo) instanceof Bar;\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n + ~foo instanceof Bar;\n ~(foo instanceof Bar);\n - (~foo) instanceof Bar;\n + ~foo instanceof Bar;\n \n - (+foo) in bar;\n - (+foo) in bar;\n + +foo in bar;\n + +foo in bar;\n +(foo in bar);\n - (+foo) in bar;\n + +foo in bar;\n \n - (+foo) instanceof Bar;\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n + +foo instanceof Bar;\n +(foo instanceof Bar);\n - (+foo) instanceof Bar;\n + +foo instanceof Bar;\n \n - (-foo) in bar;\n - (-foo) in bar;\n + -foo in bar;\n + -foo in bar;\n -(foo in bar);\n - (-foo) in bar;\n + -foo in bar;\n \n - (-foo) instanceof Bar;\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n + -foo instanceof Bar;\n -(foo instanceof Bar);\n - (-foo) instanceof Bar;\n + -foo instanceof Bar;\n \n - (void 0) in bar;\n - (void 0) in bar;\n + void 0 in bar;\n + void 0 in bar;\n void (0 in bar);\n - (void 0) in bar;\n + void 0 in bar;\n \n - (void 0) instanceof bar;\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n + void 0 instanceof bar;\n void (0 instanceof bar);\n - (void 0) instanceof bar;\n + void 0 instanceof bar;\n \n - (delete 0) in bar;\n - (delete 0) in bar;\n + delete 0 in bar;\n + delete 0 in bar;\n delete (0 in bar);\n - (delete 0) in bar;\n + delete 0 in bar;\n \n - (delete 0) instanceof bar;\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n + delete 0 instanceof bar;\n delete (0 instanceof bar);\n - (delete 0) instanceof bar;\n + delete 0 instanceof bar;\n \n - (typeof 0) in bar;\n - (typeof 0) in bar;\n + typeof 0 in bar;\n + typeof 0 in bar;\n typeof (0 in bar);\n - (typeof 0) in bar;\n + typeof 0 in bar;\n \n - (typeof 0) instanceof bar;\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n + typeof 0 instanceof bar;\n typeof (0 instanceof bar);\n - (typeof 0) instanceof bar;\n + typeof 0 instanceof bar;\n \n ++x instanceof bar; // not ambiguous, because ++(x instanceof bar) is obviously invalid\n \n - (!!foo) instanceof Bar;\n + !!foo instanceof Bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 68.48620100005064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 68.25177600001916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 62.177369999932125, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 59.34231600002386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 60.590205000014976, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.16695099999197, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.380067000049166, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in_instanceof.js" ], "duration": 61.61937600001693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 0.562690999940969, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 61.44255599996541, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.94911399995908, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.427421000087634, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 60.98610400001053, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 59.12977899995167, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 58.871274999924935, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 58.97673500003293, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-jsx.js" ], "duration": 58.60469900001772, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 0.5522909999126568, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 76.66661199997179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.60628499998711, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 60.87929399998393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 60.714847999974154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 60.01433800009545, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 63.802152000018395, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.19564299995545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-object-array.js" ], "duration": 61.686820000060834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 0.43579300004057586, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 62.04888899996877, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 60.59536499995738, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.09032700001262, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.26402300002519, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.119845000095665, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.31292099994607, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 59.63359699991997, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx_parent.js" ], "duration": 58.35413300001528, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 0.43391999998129904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.97982399992179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 58.096933000022545, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.48920700000599, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.594026000006124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.294147999957204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.46746600000188, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.665772999986075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "like-regexp.js" ], "duration": 56.63912999990862, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 0.45175300003029406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "math.js" ], "duration": 60.77089399995748, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 59.76819999993313, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "math.js" ], "duration": 57.67243799997959, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.08146100002341, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "math.js" ], "duration": 57.489978000056, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.53756299999077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.378639000002295, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "math.js" ], "duration": 58.27974000002723, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 0.4323759999824688, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.127577000064775, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.9814989999868, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return.js" ], "duration": 58.226613000035286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return.js" ], "duration": 58.37452900002245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.43437799997628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return.js" ], "duration": 59.163509999983944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return.js" ], "duration": 57.39319699991029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "return.js" ], "duration": 58.66914999997243, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 0.42395099997520447, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.27812699996866, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.96922799991444, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 57.62119299999904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 58.04987200000323, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 57.743943999987096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 59.642775999964215, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 62.163461999967694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-right.js" ], "duration": 65.67017599998508, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4478260000469163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.52784400002565, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.11394199996721, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.61303399992175, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.1541229999857, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.790965000051074, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.83739900006913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.241396000026725, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.97055199998431, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6490410000551492, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -27,21 +27,23 @@\n foo = foo || [\n // comment\n a,\n ];\n \n - foo = foo || #[\n + foo = foo || #;\n + [\n // comment\n a,\n ];\n \n foo = foo || {\n // comment\n a,\n };\n \n - foo = foo || #{\n + foo = foo || #;\n + {\n // comment\n a,\n - };\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 26)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.6758540000300854, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4171149999601766, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8955319999950007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7566830000141636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7403719999128953, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 83.59782000002451, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.61637099995278, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.79839600005653, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.48595699993893504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.15706799994223, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.517416000016965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 55.3289550000336, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.81912999995984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.11203899991233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.067605999996886, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 57.37547500000801, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 58.29986899998039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnumbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 157, "numPendingTests": 0, "perfStats": { "start": 217726.27687400003, "end": 227193.99099999998, "runtime": 9468, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrays/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "empty.js" ], "duration": 0.5315920000430197, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.24223400000483, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.96208700002171, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.198593999957666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.55970899993554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.65227199997753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.4004089999944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.46871499996632, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 56.827670000027865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 0.4307239999761805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.8858140000375, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.083614000002854, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.104968999978155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.34745000000112, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.49682900006883, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.307801999966614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 57.042280000052415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "holes-in-args.js" ], "duration": 58.281314000021666, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 0.6302660000510514, "failureMessages": [ "issue-10159.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-10159.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -16,11 +16,13 @@\n {\n for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_43]) {\n }\n }\n {\n - for (const srcPath of [123, 123_123_123, 123_123_123_1, 13_123_3123_31_432]) {\n + for (const srcPath of [\n + 123, 123_123_123, 123_123_123_1, 13_123_3123_31_432,\n + ]) {\n }\n }\n {\n for (const srcPath of [\n 123, 123_123_123, 123_123_123_1, 13_123_3123_31_4321,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 62.385055999970064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 60.03523599996697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 58.56008299998939, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 57.67351800005417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 57.725817999918945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.465853000059724, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.38090500002727, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10159.js" ], "duration": 59.86046999995597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 0.5073069999925792, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "last.js" ], "duration": 58.85026499989908, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.451714999973774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "last.js" ], "duration": 57.21082499995828, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.44195799995214, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.113346000085585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.706954999943264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.29779199999757, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "last.js" ], "duration": 56.422983999946155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4276979999849573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 78.95231900003273, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.16246299992781, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.98691699991468, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.85056699998677, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.07514099997934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.82687099999748, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.3739180000266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 67.66622000001371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 0.5285960000474006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 63.72546800004784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 62.56589900003746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 59.57238300004974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 61.53690099995583, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 59.729124000063166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.9910239999881, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 60.702800999977626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-args.js" ], "duration": 64.48788000002969, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 0.5219240000005811, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 67.65090399992187, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 63.26544699992519, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.194106000009924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.314129000063986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.831206999951974, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 60.59213699994143, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.636361999902874, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-in-assignment.js" ], "duration": 59.17510200000834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 0.43104500009212643, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 62.50293099996634, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 64.9332609999692, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 61.52243400004227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.469054999994114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 59.486260000034235, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.75046900007874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.29271399998106, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative-comment-after-minus.js" ], "duration": 58.94514099997468, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 0.6307869999436662, "failureMessages": [ "numbers-negative.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-negative.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -18,14 +18,16 @@\n =====================================output=====================================\n const numbers1 = [\n -2017, -506252, -744011292, -7224, -70.4, -83353.6, -708.4, -174023963.52,\n -40385,\n // comment1\n - -380014, -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845,\n - -67092, -1, -78820379, -2371.6, -16, 7,\n + -380014,\n + -253951682, -728, -15.84, -2058467564.56, -43, -33, -85134845, -67092, -1,\n + -78820379, -2371.6, -16, 7,\n // comment2\n - -62454, -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n + -62454,\n + -4282239912, -10816495.36, 0.88, -100622682, 8.8, -67087.68000000001,\n -3758276, -25.5211, -54, -1184265243, -46073628, -280423.44, -41833463,\n -27961.12, -305.36, -199875.28,\n ];\n \n const numbers2 = [\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.472931000054814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 60.58606699993834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.81492000003345, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.46666100004222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.04513599991333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.90877699991688, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 59.828068000031635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-negative.js" ], "duration": 58.989869000040926, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 0.42805899993982166, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.20278799999505, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.460382999968715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.52294699999038, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.19086700002663, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.59246499999426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 58.01874599989969, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.34262900007889, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-trailing-comma.js" ], "duration": 57.75586200004909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 0.6966400000965223, "failureMessages": [ "numbers-with-holes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-holes.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -36,31 +36,31 @@\n =====================================output=====================================\n const numberWithHoles1 = [\n 7234932941,\n 7234932722,\n 7234932312,\n + // comment before a hole 1\n ,\n - // comment before a hole 1\n 7234932841,\n ,\n 7234932843,\n - ,\n // comment after a hole 1\n + ,\n 7234932436,\n ];\n \n const numberWithHoles2 = [\n 0x234932941,\n 0x234932722,\n 0x234932312,\n -\n + // comment before a hole 2\n ,\n - // comment before a hole 2\n 0x234932841,\n ,\n 0x234932843,\n - ,\n // comment after a hole 2\n + ,\n +\n 0x234932436,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.120705000008456, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 57.962034999975, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.042345999972895, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.899547999957576, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.94510400004219, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.772028999985196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.53652800002601, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-holes.js" ], "duration": 58.17305300000589, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 0.43713600002229214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.7596800000174, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 60.376390999997966, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.10463700001128, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 59.129083000007086, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.63227000006009, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.443392000044696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 58.28408900008071, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-trailing-comments.js" ], "duration": 57.74601699993946, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 0.6132650000508875, "failureMessages": [ "numbers-with-tricky-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `numbers-with-tricky-comments.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -14,12 +14,14 @@\n =====================================output=====================================\n const lazyCatererNumbers = [\n 1, 2, 4, 7, 11, 16, 22, 29, 37, 46, 56, 67, 79, 92, 106, 121, 137, 154, 172,\n 191, 211, 232, 254, 277, 301, 326, 352, 379, 407, 436, 466 /*block*/,\n // line\n - 497, 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036,\n - 1082, 1129, 1177, 1226,\n + 497,\n + 529, 562, 596, 631, 667, 704, 742, 781, 821, 862, 904, 947, 991, 1036, 1082,\n + 1129, 1177, 1226,\n // line 2\n - 1276, 1327, 1379,\n + 1276,\n + 1327, 1379,\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 60.65989300003275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.44331300002523, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.613902000011876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.98311099992134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.94547400006559, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 59.282481999951415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.04306599998381, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers-with-tricky-comments.js" ], "duration": 58.89908599993214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 0.43296800006646663, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 80.99927699996624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 65.79847600008361, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.98115499992855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 63.41645800007973, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 58.41570400004275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 59.65314099995885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.10803500004113, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers1.js" ], "duration": 60.31204400002025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 0.47801199997775257, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 61.75588099996094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.23220099997707, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.58496400003787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 60.115827000001445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.870543999946676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.718898999970406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 58.86860099993646, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers2.js" ], "duration": 59.62470100005157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 0.4927599999355152, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 70.6781750000082, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.56449499994051, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 66.25851800001692, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 62.04232300003059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.43120599992108, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 62.084456000011414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 61.73055199999362, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "numbers3.js" ], "duration": 64.60048999998253, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 0.47971500002313405, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 61.4242020000238, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 62.56668399996124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.32923100003973, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.727211999939755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.569301999988966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.92792599997483, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 60.698540000012144, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "preserve_empty_lines.js" ], "duration": 59.74147999996785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6204579999903217, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -28,20 +28,20 @@\n [1, 2],\n [1, 2],\n ];\n \n a = [\n - #[1, 2],\n - #[1, 2],\n - ];\n + #[1,2],\n + #[1,2],\n + ]\n \n a = [\n { a, b },\n { a, b },\n ];\n \n a = [\n - #{ a, b },\n - #{ a, b },\n - ];\n + #{a, b},\n + #{a, b},\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 27)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 2.951278999913484, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.348928999970667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8828970000613481, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7823900000657886, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.764056000043638, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.57940300006885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.988219999941066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 59.45643999997992, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 227263.22390799999, "end": 228622.98284, "runtime": 1360, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-extends/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "complex.js" ], "duration": 0.4554000000935048, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "complex.js" ], "duration": 63.47178699995857, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 68.21490599995013, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.26920099998824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.33861900004558, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 58.74849700008053, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 60.30406100000255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.99721899989527, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "complex.js" ], "duration": 59.26134699990507, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 0.4373660000273958, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extends.js" ], "duration": 66.14119700004812, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 63.14379999996163, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.07741999998689, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.46665600000415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 59.37472700001672, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.22735800000373, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 62.20366700005252, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "extends.js" ], "duration": 60.68706500006374, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.6454150000354275, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,11 +9,13 @@\n class C extends [] {}\n class D extends #[] {}\n \n =====================================output=====================================\n class A extends ({}) {}\n - class B extends #{} {}\n + class B extends #{}\n + {\n + }\n \n class C extends [] {}\n class D extends #[] {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 28)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.9532759999856353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.7626210000598803, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.8603159999474883, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.734180000028573, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7304730000905693, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.804484999971464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 58.591085999971256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 57.533998999977484, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 162, "numPendingTests": 0, "perfStats": { "start": 228710.40748600004, "end": 238236.96607999998, "runtime": 9527, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-comma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4317060000030324, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.55088699993212, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.129213999956846, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.29659000004176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.20134099991992, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 58.969689999939874, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.691688999999315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 56.32758799998555, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"none\"}" ], "duration": 57.81525500002317, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4541070000268519, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 61.54625000001397, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 57.90752699994482, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.33912300004158, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.617732999962755, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.979647999978624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 59.39241199998651, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 58.50281700002961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"none\"}" ], "duration": 56.9550599999493, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 0.44291700003668666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.652731999987736, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.749839000054635, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 57.8318239999935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.0443400000222, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.510092000011355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 58.70674900000449, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.39783200004604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"none\"}" ], "duration": 59.01342199998908, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 0.5139490000437945, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 59.709671999909915, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.48275399999693, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.64886099996511, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.04329800000414, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.620728000067174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 57.797995000029914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 58.117018999997526, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"none\"}" ], "duration": 56.944957999978215, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4249739999650046, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.54008399997838, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.98419200000353, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.66437999997288, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.788080999976955, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 58.32842399994843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.68923999997787, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.808166999951936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"none\"}" ], "duration": 59.61228100000881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 0.45550000004004687, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.48002100002486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 60.34002000000328, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.08502400002908, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 57.93847499997355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 57.721812000032514, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 58.836207999964245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.08020600001328, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"none\"}" ], "duration": 59.72582400008105, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4132620000746101, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.34075499989558, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.03064000001177, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.56431499996688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.586318999994546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 56.44263199996203, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.271724999998696, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 58.4645770000061, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"all\"}" ], "duration": 57.70529099996202, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4945740000111982, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.755165999988094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.49861000000965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.993786000064574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 56.72943900001701, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 56.427694999962114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 59.51345199998468, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 58.835571000003256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"all\"}" ], "duration": 57.75730699999258, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44722400000318885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 61.61086300003808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.54351900005713, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.53260799997952, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.27543799998239, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 59.18485299998429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 60.06732900009956, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 58.76303600007668, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"all\"}" ], "duration": 62.58421800006181, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 0.49516399996355176, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.703760999953374, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 59.76157600001898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.71677100006491, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.45289200008847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.534023999935016, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 57.23334599996451, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 56.89370799995959, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"all\"}" ], "duration": 58.74627000000328, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4275689999340102, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.392966000013985, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 61.04644399997778, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 60.33072299999185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 59.09937299997546, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.98247499996796, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.44806999992579, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 57.80522700003348, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"all\"}" ], "duration": 58.13079299998935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 0.5130670000799, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.230280999909155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.82328500004951, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 61.04235200001858, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.62152699998114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.80622000002768, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.198889999999665, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 60.90336799994111, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"all\"}" ], "duration": 59.63741600001231, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.41255999996792525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.770086999982595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.86889899999369, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 56.73116199998185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.98724599997513, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.25704299996141, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.968531000078656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.423829000093974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dynamic-import.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.440837000031024, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4363049999810755, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.715586000005715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.14403399999719, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.81956200010609, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.03263000003062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.874448999995366, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.2729859999381, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.40128700004425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "es5.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.83350999990944, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4706579999765381, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.82978699996602, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.92407800001092, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.48480100010056, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.10120300005656, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.74690499994904, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.42029600008391, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.116427000029944, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-calls.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.712011000025086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.45872699993196875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.97535000008065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.69492599996738, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.13963400002103, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.83282799995504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.02734800009057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.82522199989762, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.60370500001591, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.81718000001274, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.44265599991194904, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.53833500004839, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.19426900008693, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 57.45590199995786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.812498999992386, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.477399000083096, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.03737499995623, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.0870939999586, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.02376899996307, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.5525210000341758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.38588399998844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.26305099995807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.60297600005288, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.5238899999531, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 58.2051630000351, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 60.261501000029966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.23800300003495, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_whitespace.js - {\"trailingComma\":\"es5\"}" ], "duration": 59.66114400001243, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 71, "numPendingTests": 0, "perfStats": { "start": 238305.15735399997, "end": 242196.05128299998, "runtime": 3891, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bigint-key.js" ], "duration": 0.4179200000362471, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 1.7765059999655932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.842072999919765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.20298000006005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.46185600000899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.231997000053525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 57.809772999957204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.602986000012606, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bigint-key.js" ], "duration": 58.6130439999979, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 0.4871790000470355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.40025499998592, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 59.98923599999398, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.96651700010989, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.78230800002348, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.257245999993756, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 57.34455399995204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.105726999929175, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "escape-sequence-key.js" ], "duration": 58.315171000082046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.42118599999230355, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.30367000005208, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 59.723146999953315, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.390148999984376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.723100000061095, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.048654000042006, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.043593999929726, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 57.48981800000183, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 58.32549600000493, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.6942959999432787, "failureMessages": [ "expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -31,12 +31,14 @@\n =====================================output=====================================\n () => ({})``;\n ({})``;\n a = () => ({}).x;\n ({}) && a, b;\n - ({})::b, 0;\n - ({})::b()``[\"\"].c++ && 0 ? 0 : 0, 0;\n + ({}\n + ::b, 0)\n + ({}\n + ::b()``[''].c++ && 0 ? 0 : 0, 0)\n ({})(), 0;\n ({} = 0);\n ({} = 0), 1;\n \n const a1 = {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 30)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression.js" ], "duration": 2.791931999963708, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 7.489962000050582, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 1.0523449999745935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.976433000061661, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 0.8319130000891164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 59.4153449999867, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 61.111135000013746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression.js" ], "duration": 59.983254999970086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 0.42668599996250123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.7220039999811, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.196801999933086, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.252433000016026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 57.88385400001425, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.49550600000657, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.29121299996041, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 59.64401600009296, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "getter-setter.js" ], "duration": 58.79464600002393, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.42523399996571243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 59.36343499994837, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.13140299997758, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.106411000015214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 56.72077899996657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.40246400004253, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.6415210000705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 58.20089500001632, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 57.65950199996587, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.41754900000523776, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.490115999942645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.014381999964826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.80946399993263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.58594699995592, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 58.06195000000298, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.0372029999271, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 59.21272700000554, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 57.922089999890886, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 0.49926100007724017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.2230190000264, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 70.63463799993042, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.712862999993376, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.69574500003364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 57.62834900000598, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.67756600002758, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 58.812289000023156, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "right-break.js" ], "duration": 59.18235999997705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 20, "numPendingTests": 0, "perfStats": { "start": 242260.41438299994, "end": 243314.060902, "runtime": 1054, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-single-destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.4450110000325367, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 65.91149999992922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.71961599995848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.17324599996209, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.866451999987476, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 61.02022200007923, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.50659199990332, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.43448100006207824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.91944299999159, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.16163600003347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 59.330425999942236, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.3938939999789, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.7336859999923, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.49113600002602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.668476999970153, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -68,13 +68,14 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - } = #{}) {}\n + } = #{}) {\n + }\n \n function StatelessFunctionalComponent3([\n isActive = true,\n onFiltersUpdated = () => null,\n onSelect = () => null,\n @@ -90,10 +91,11 @@\n onFiltersUpdated = () => null,\n onSelect = () => null,\n onSubmitAndDeselect = () => null,\n onCancel = () => null,\n searchFilters = null,\n - title = \"\",\n + title = '',\n items = [],\n - ] = #[]) {}\n + ] = #[]) {\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 31)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 5.2007379999849945, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.2535200000274926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.7153220000909641, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 1.4148409999907017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 63.318802000023425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 60.60546799993608, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 85, "numPendingTests": 0, "perfStats": { "start": 243392.04331199994, "end": 248418.14537999994, "runtime": 5026, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.5839609999675304, "failureMessages": [ "class-expression-decorator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression-decorator.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -8,12 +8,12 @@\n @decorator\n class {}\n );\n \n =====================================output=====================================\n - // prettier-ignore\n (\n + // prettier-ignore\n @decorator\n class {}\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 2.2099050000542775, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 59.41071500000544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 1.1814359999261796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 0.801856999984011, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 58.09479999996256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 58.111945000011474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 58.70444800006226, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression-decorator.js" ], "duration": 57.45169899996836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.4435769999399781, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 59.55028800002765, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 60.957581000053324, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 1.0723419999703765, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 0.7926089999964461, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.734035999979824, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 57.34168200008571, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.54249800008256, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "decorator.js" ], "duration": 58.43712600006256, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 0.4255249999696389, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 62.52906700002495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.45921500003897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 59.452445000060834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.33110399998259, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 61.41596699994989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.56743799999822, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 58.901655999943614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-2.js" ], "duration": 60.031716000055894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.45564000005833805, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.84053300006781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.710607999935746, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.38875599997118, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.72227000002749, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.85670900007244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.92220999998972, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.91512600006536, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.29871599993203, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 0.469857000047341, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.504521999973804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.84249599999748, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.80128600005992, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 59.510784000041895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.97783599991817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 58.882619999931194, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 60.65239499998279, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10661.js" ], "duration": 60.047035000054166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 0.7213869999395683, "failureMessages": [ "issue-11077.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-11077.js format 1`\n \n - Snapshot - 4\n + Received + 7\n \n @@ -24,18 +24,21 @@\n \n }\n \n =====================================output=====================================\n function HelloWorld(x) {\n - // prettier-ignore\n - // eslint-disable-next-line\n - (x.a |\n - x.b).call(null);\n + (\n + // prettier-ignore\n + // eslint-disable-next-line\n + x.a |\n + x.b\n + ).call(null)\n }\n \n function HelloWorld(x) {\n // prettier-ignore\n +\n (\n // eslint-disable-next-line\n x.a |\n x.b\n ).call(null)\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.31545999995433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.52810100000352, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 57.84863999998197, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.25225100002717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.037846000050195, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.12415599997621, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 60.56838900002185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-11077.js" ], "duration": 58.29825700004585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 0.6742289999965578, "failureMessages": [ "issue-13737.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-13737.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -18,9 +18,11 @@\n // prettier-ignore\n (0, 1),\n );\n \n a =\n - // prettier-ignore\n - (0, 1);\n + (\n + // prettier-ignore\n + (0, 1)\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.55288700002711, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 58.406308999983594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.364017000072636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 56.97074000001885, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 56.94625799998175, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.07056800008286, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 57.20707300002687, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13737.js" ], "duration": 56.71563300001435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 0.6256369999609888, "failureMessages": [ "issue-14404.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-14404.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -11,11 +11,13 @@\n ).blah\n }\n \n =====================================output=====================================\n async function foo() {\n - // prettier-ignore\n - // b\n - (await thing()).blah;\n + (\n + \t// prettier-ignore\n + \t// b\n + \tawait thing()\n + ).blah\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.20432699995581, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 56.88392199994996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.22314999997616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.57741699996404, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.855480999918655, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.335021000006236, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.536196999950334, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14404.js" ], "duration": 57.86766899994109, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 0.43635500001255423, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 58.019539000000805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 57.75252400001045, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 56.77231899998151, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.39639099990018, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.093343000044115, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 60.07638800004497, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 59.13822900003288, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9335.js" ], "duration": 57.775061999913305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 0.6536799999885261, "failureMessages": [ "issue-9877.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-9877.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -17,15 +17,10 @@\n \n =====================================output=====================================\n export default function test() {\n return {\n matrix: // prettier-ignore\n - new Float32Array([\n - 0, 0,\n - 1, 0,\n - 1, 1,\n - 0, 1\n - ]),\n + new Float32Array([0, 0, 1, 0, 1, 1, 0, 1]),\n };\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 32)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.556386000011116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 60.51837599999271, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.669391999952495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.18725700001232, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.540372999967076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.781308999983594, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 59.24087900004815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-9877.js" ], "duration": 58.82716999994591, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 30, "numPendingTests": 0, "perfStats": { "start": 248485.45746500004, "end": 249944.28082299995, "runtime": 1459, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.431034000008367, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 1.3265859999228269, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.7315350000280887, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 0.8408300000010058, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js" ], "duration": 59.2962440000847, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 0.44571200001519173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 63.34318600001279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 62.592431999975815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 60.7976979999803, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js" ], "duration": 62.44155999994837, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 0.4163870000047609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.08946399996057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.740673999884166, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 59.81099099991843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js" ], "duration": 60.529005999909714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.4394600000232458, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 1.0853859999915585, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7694060000358149, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 0.7674029999179766, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional-chaining.js - {\"semi\":false}" ], "duration": 59.91330599994399, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 0.5206319999415427, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 61.637205999926664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 62.05121800000779, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 61.04075000004377, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private_fields.js - {\"semi\":false}" ], "duration": 62.98628299997654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 0.4840030000777915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 57.09765500004869, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 58.2492580000544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 58.95031999994535, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with_comments.js - {\"semi\":false}" ], "duration": 58.33427900006063, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nblank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nundefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 103, "numPendingTests": 0, "perfStats": { "start": 250011.26458899997, "end": 256235.64334, "runtime": 6224, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 0.6377599999541417, "failureMessages": [ "blank-line-between-specifiers.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -27,11 +27,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -40,11 +39,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 78.60597199993208, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.9962120000273, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.679721000022255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.116482999990694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 58.40214699995704, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.3554830000503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 59.98453999997582, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js" ], "duration": 60.00018000009004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 0.44947899994440377, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.41049300006125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.23952499998268, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.478241999982856, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.11595500004478, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 58.40268600010313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 59.63834599999245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 60.97916600003373, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js" ], "duration": 61.20948600000702, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.43709599995054305, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.49157299997751, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.39290999993682, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.65170000004582, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 57.85232199996244, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 58.04979900002945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 59.119382000062615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.428828999982215, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.30185199994594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 0.4717300001066178, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 61.42688300006557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.414747999981046, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.0553620000137, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.402036000043154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.77590499992948, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 60.36116000008769, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 59.84465199999977, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js" ], "duration": 58.94560099998489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.49593500001356006, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.21369299991056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.63715299998876, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.08011300000362, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.82288200000767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.5738559999736, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.30342299991753, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.34684000001289, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.807746000005864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.4309950000606477, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.64908799994737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 57.563183000078425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 1.1361109999706969, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 0.6913410000270233, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 56.546058999956585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 57.858741999953054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 58.257305999984965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js" ], "duration": 59.09407700004522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 0.6586690000258386, "failureMessages": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `blank-line-between-specifiers.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 0\n \n @@ -28,11 +28,10 @@\n \n =====================================output=====================================\n export {\n // a\n foo1,\n -\n // b\n bar1,\n baz1,\n } from \"mod\";\n \n @@ -41,11 +40,10 @@\n const baz2 = 1;\n \n export {\n // a\n foo2,\n -\n // b\n bar2,\n baz2,\n };\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.66393200005405, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.55472799995914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.97803200001363, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.99550399999134, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 58.74855000001844, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 59.75176899996586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 60.129037000006065, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "blank-line-between-specifiers.js - {\"bracketSpacing\":false}" ], "duration": 62.014462000108324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 0.6373999998904765, "failureMessages": [ "bracket.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bracket.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -45,8 +45,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n };\n - export {fitsIn, oneLine};\n + export { fitsIn, oneLine };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.782196000101976, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 61.00457299989648, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.5711640000809, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.40254000003915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 58.17595399997663, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.82925800001249, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 59.89820200006943, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bracket.js - {\"bracketSpacing\":false}" ], "duration": 60.70198800007347, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 0.4889330000150949, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.361320000025444, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 59.03314199997112, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.66934499994386, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.84808999998495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 58.749062999966554, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 61.88701199996285, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 60.47227000002749, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js - {\"bracketSpacing\":false}" ], "duration": 61.68592700001318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 0.5949709999840707, "failureMessages": [ "same-local-and-exported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-exported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n export {a} from 'a';\n export {b as b} from 'b';\n export {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - export {a} from \"a\";\n - export {b as b} from \"b\";\n - export {c as /* comment */ c} from \"c\";\n + export { a } from \"a\";\n + export { b as b } from \"b\";\n + export { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.97501699998975, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.379281000001356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.244568999973126, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.8319279999705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 60.93418300000485, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 59.421126000001095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 58.937927999999374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-exported.js - {\"bracketSpacing\":false}" ], "duration": 57.981729999999516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 0.42533400002866983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.19580700004008, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 60.10287099995185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.25456999999005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 60.99710000003688, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.539400000008754, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 59.754317999933846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 58.532833000062965, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js - {\"bracketSpacing\":false}" ], "duration": 57.98321299999952, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.6085459999740124, "failureMessages": [ "undefined.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `undefined.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n export { undefinedExport };\n \n =====================================output=====================================\n - export {undefinedExport};\n + export { undefinedExport };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 34)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.95725100010168, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 61.24360799998976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 1.0870799999684095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 0.7725520000094548, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.016735000070184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 59.75230599998031, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 60.02689899993129, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "undefined.js - {\"bracketSpacing\":false}" ], "duration": 58.717306999955326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 256306.39256500005, "end": 258668.86072299996, "runtime": 2362, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/regex/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "d-flag.js" ], "duration": 0.4176699999952689, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 57.11594599997625, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 57.74700400000438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.20224100002088, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.19220599997789, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.33024399995338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.412675999919884, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 57.75726300000679, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "d-flag.js" ], "duration": 58.605707000009716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 0.41920200001914054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.67973299999721, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.66737099993043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 59.17086900002323, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.77879100001883, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 57.471969999955036, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 57.25147600006312, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 58.51547800004482, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-flags.js" ], "duration": 60.11687000002712, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.4529650000622496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 63.868871000013314, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 61.705321999965236, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 1.3921980001032352, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7960459999740124, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 0.7714100000448525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.26118100003805, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 58.929292000015266, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "regexp-modifiers.js" ], "duration": 59.53550199989695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4281800000462681, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.031352999969386, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.190871999948286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.05239399999846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.58275299996603, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 58.06618900003377, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.53150899999309, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.194134999997914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 59.87037700007204, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 0.42723799997475, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.2520169999916106, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.30154799995944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 59.259276000084355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 59.62019899999723, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 1.008051999961026, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.17444900004193, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.089170999941416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "v-flag.js" ], "duration": 58.082750000059605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 14, "numPassingTests": 66, "numPendingTests": 0, "perfStats": { "start": 258737.21480599995, "end": 263512.97617, "runtime": 4776, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 14, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/eol/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.5255210000323132, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.09492900001351, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.75817200005986, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.15273900004104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.15579600003548, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.9886449999175966, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.59117500006687, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.63600599998608, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.271917999954894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.86652900010813, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.8963930000318214, "failureMessages": [ "range-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.993061999906786, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.28106599999592, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.73095799994189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.1777749999892, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.8077379999449477, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"lf\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 58.072973000002094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.13208799995482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 59.954795000026934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"lf\"}" ], "duration": 60.67988999991212, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6122129999566823, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CRLF>\n - return <|>15;<CRLF>\n - })();<CRLF>\n + (function () {<LF>\n + return 1<|>5;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.27933900000062, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.84880499995779, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.276580999954604, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.274334000074305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.866548000019975, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x\n + class a {<LF>\n + b() {}<LF>\n + <|>}<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.846414000028744, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.95428700000048, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.870576999965124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"crlf\"}" ], "duration": 60.03301899996586, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7569039999507368, "failureMessages": [ "range-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b() {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x<CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.027514999965206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.722085000015795, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.23105499998201, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 59.53658600000199, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.7694259999552742, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CRLF>\n - <CRLF>\n - <CRLF>\n - class a {<CRLF>\n - b(<|>) {}<CRLF>\n - }<CRLF>\n - <CRLF>\n - let x <CRLF>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <|><LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.83173999993596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 58.862635999917984, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.965711000026204, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"crlf\"}" ], "duration": 57.68788300000597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.675080000073649, "failureMessages": [ "cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -6,10 +6,10 @@\n | printWidth\n =====================================input======================================\n (function(){return <|>15})()<LF>\n \n =====================================output=====================================\n - (function () {<CR>\n - return <|>15;<CR>\n - })();<CR>\n + (function () {<LF>\n + return <|>15;<LF>\n + })();<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.741842000046745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.7187649999978, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.37258000008296, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.87425500003155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7819400000153109, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x\n + class a {<LF>\n + b() <|>{}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.556603999924846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.218430000008084, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.01882200001273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.06384600000456, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.7659600001061335, "failureMessages": [ "range-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 7\n + Received + 5\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - class a {<CR>\n - b() {}<CR>\n - }<CR>\n - <CR>\n - let x<CR>\n + class a {<LF>\n + b() {}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.18217399995774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.910502000013366, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.89373099990189, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.621597999939695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.8373129999963567, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 8\n + Received + 5\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <CR>\n - <CR>\n - <CR>\n - class a {<CR>\n - b(<|>) {}<CR>\n - }<CR>\n - <CR>\n - let x <CR>\n + class a {<LF>\n + b() {<|>}<LF>\n + }<LF>\n + <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 57.972131000016816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.214761000010185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 58.52945299993735, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"cr\"}" ], "duration": 59.23609099991154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.4302529999986291, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.287933000014164, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.68573199992534, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.37665799993556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.5982190000359, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.7840839999262244, "failureMessages": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-and-range.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -15,13 +15,12 @@\n | ^^^^^^^^^^^^^^<LF>\n 5 | }<LF>\n 6 |<LF>\n 7 | let x\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() <|>{}<LF>\n }<LF>\n <LF>\n - let x\n + let x;<LF>\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.7956520000007, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 58.78744300000835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 59.09769399999641, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-and-range.js - {\"endOfLine\":\"auto\"}" ], "duration": 62.49015799991321, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.8029289999976754, "failureMessages": [ "range-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -15,14 +15,12 @@\n 5 | }<LF>\n 6 |<LF>\n 7 | let x<LF>\n 8 |\n =====================================output=====================================\n - <LF>\n - <LF>\n class a {<LF>\n b() {}<LF>\n }<LF>\n <LF>\n - let x<LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 62.16284300002735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 61.14541800005827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 61.405483000096865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 63.01829100004397, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 0.901092000072822, "failureMessages": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-and-cursor-1.js - {\"endOfLine\":\"auto\"} format 1`\n \n - Snapshot - 5\n + Received + 2\n \n @@ -17,15 +17,12 @@\n 6 | }<LF>\n 7 |<LF>\n 8 | let x <LF>\n 9 |\n =====================================output=====================================\n - <LF>\n - <LF>\n - <LF>\n class a {<LF>\n - b(<|>) {}<LF>\n + b() {<|>}<LF>\n }<LF>\n <LF>\n - let x <LF>\n + let x;<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 36)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 62.80877100001089, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 64.6865070000058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 63.71697499998845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-and-cursor-1.js - {\"endOfLine\":\"auto\"}" ], "duration": 63.690227000042796, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 263592.785508, "end": 266734.227516, "runtime": 3141, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-star/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 0.43312800000421703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 63.390770000056364, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 63.520921999937855, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 65.08854599995539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 62.538517000037245, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 61.93927700002678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 61.580140999983996, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 62.28383199998643, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-default.js" ], "duration": 63.00080100004561, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 0.5444859999697655, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.17335399996955, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.306945999967866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.28317099995911, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.000833999947645, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.11950499995146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 61.72494700003881, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 60.81055399996694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-reserved-word.js" ], "duration": 62.097844000090845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 0.4251239999430254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.2252970000263304, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 1.2485400000587106, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 60.75153200002387, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 61.95479600003455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 63.58071399992332, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 62.43886799993925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 62.64772400003858, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string.js" ], "duration": 62.59949900000356, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 0.43081399996299297, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.2059509999817237, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 1.216450999956578, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 61.460505999973975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 61.5028760000132, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 62.56075599999167, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 77.72554100002162, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 63.17671100003645, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as-string2.js" ], "duration": 75.48057599994354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 0.5233370000496507, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 62.14190799999051, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 63.349984999978915, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.738469999982044, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.85882299998775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 59.6984409999568, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.32083900005091, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.68007000000216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star-as.js" ], "duration": 60.91828500002157, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 0.42046499997377396, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 60.682403000071645, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 61.37097199994605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 59.75758600002155, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 60.41871400002856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 60.94476199999917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 61.825091000064276, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 64.4352099999087, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-star.js" ], "duration": 67.28125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 266804.956484, "end": 270215.38423699996, "runtime": 3410, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.45824499998707324, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.25025200005621, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.19333500007633, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.30601599998772, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.00477600004524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.41523000004236, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.298535000067204, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.07741900009569, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.7520239999285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4459620000561699, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.99214999994729, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.980070999939926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.39270299999043, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.68775899999309, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.93487599992659, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.94406800006982, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 61.90953499998432, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.47183200006839, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.473344000056386, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 65.68628800008446, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.500674000009894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.327431999961846, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.16041399992537, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.20302300003823, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.6722820000723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.30560400011018, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 61.363554000039585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4447510000318289, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 64.66243200004101, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 64.8312900000019, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 62.86270700010937, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.61762999999337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 61.01662899996154, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 62.270229000016116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 62.699980999925174, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"none\"}" ], "duration": 63.832154000061564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.45470800006296486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.03358899999876, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 66.42950299999211, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.2443150000181, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.11322599998675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 62.472767000086606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.48583999997936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.19224000000395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 64.22365499997977, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 0.44771599990781397, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 64.33829200000037, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 66.26139700005297, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 63.76508100004867, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 62.134807000053115, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 62.87728999997489, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 63.222056000027806, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 63.47678300004918, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5678.js - {\"trailingComma\":\"all\"}" ], "duration": 62.68198700004723, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 270284.48640699993, "end": 272039.047508, "runtime": 1755, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-ignore/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 0.4221590000670403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.98769600002561, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 65.10755399998743, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.47628399997484, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.91447800002061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 63.586438000085764, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.41423999995459, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 64.50254599994514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"es5\"}" ], "duration": 62.78728199994657, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 0.4214159999974072, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 63.789153999998234, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 64.67180500004906, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 62.800827000057325, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 64.34618700004648, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 66.63340000004973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 67.58220499998424, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 64.6300259999698, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"none\"}" ], "duration": 65.09327900002245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 0.45040099998004735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 76.37380399997346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.96114500006661, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.679501999984495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 66.10258099995553, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 65.6350510000484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 65.19855500000995, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 65.47118200000841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js - {\"trailingComma\":\"all\"}" ], "duration": 63.81004400004167, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\narguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 68, "numPendingTests": 0, "perfStats": { "start": 272111.024105, "end": 275219.51255000004, "runtime": 3108, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/class-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arguments.js" ], "duration": 0.6254470000276342, "failureMessages": [ "arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -6,14 +6,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n );\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 2.6597549999132752, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 65.75207799999043, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 1.1251299999421462, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 0.7505210000090301, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 62.787834999966435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 62.06121799990069, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 63.99597000004724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js" ], "duration": 64.7879579999717, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.6715540000004694, "failureMessages": [ "class-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -18,15 +18,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {};\n + (\n + @deco\n + class Foo {}\n + );\n const a2 =\n - @deco\n - class {};\n + (\n + @deco\n + class {}\n + );\n \n (\n @deco\n class Foo {}\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 3.2249799999408424, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 63.332661999971606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 1.154065000009723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 0.7494390000356361, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 63.90669400000479, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 62.28887299995404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 62.39820900000632, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js" ], "duration": 61.47404500003904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.4252240000059828, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.9102659999625757, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 63.76932699989993, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0499399999389425, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.6818529999582097, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 62.34709199995268, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 67.49192499998026, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 67.15692000009585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 63.829831999959424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.4273980000289157, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.9029020000016317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 62.79792499996256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 1.2202579999575391, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 0.8433439999353141, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 65.15622600005008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 62.736487000016496, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 64.67491800000425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js" ], "duration": 63.1660330001032, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.6629070000490174, "failureMessages": [ "arguments.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arguments.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -7,14 +7,18 @@\n console.log(@deco class Foo {})\n console.log(@deco class {})\n \n =====================================output=====================================\n console.log(\n - @deco\n - class Foo {},\n + (\n + @deco\n + class Foo {}\n + ),\n )\n console.log(\n - @deco\n - class {},\n + (\n + @deco\n + class {}\n + ),\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.892452000058256, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 63.95440399996005, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 1.1859740000218153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 0.7273080000886694, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 61.84847400011495, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 61.615677000023425, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 63.18600799993146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arguments.js - {\"semi\":false}" ], "duration": 64.51813600002788, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.7908160000806674, "failureMessages": [ "class-expression.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-expression.js - {\"semi\":false} format 1`\n \n - Snapshot - 4\n + Received + 8\n \n @@ -19,15 +19,19 @@\n // This is not a `ClassExpression` but `ClassDeclaration`\n @deco class Foo {}\n \n =====================================output=====================================\n const a1 =\n - @deco\n - class Foo {}\n + (\n + @deco\n + class Foo {}\n + )\n const a2 =\n - @deco\n - class {}\n + (\n + @deco\n + class {}\n + )\n \n ;(\n @deco\n class Foo {}\n )\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 40)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 3.6460359999909997, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 67.70398200000636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 1.2069430000847206, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 0.823426999966614, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 66.20005200000014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 64.20740499999374, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 65.30158800003119, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-expression.js - {\"semi\":false}" ], "duration": 65.55821999988984, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.43408000003546476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.9336800000164658, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 62.048977999947965, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 1.0809279999230057, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 0.7018900000257418, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 63.24809400003869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 64.47783999994863, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 65.34058800002094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-expression.js - {\"semi\":false}" ], "duration": 62.472917999955826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.43313899997156113, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.8203989999601617, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 62.934049000032246, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 1.1583429999882355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 0.728279999922961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 63.390891000046395, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 63.83519000001252, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 63.79636799998116, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super-class.js - {\"semi\":false}" ], "duration": 63.723942000069655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nno-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 275299.699574, "end": 275575.50631, "runtime": 276, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi-babylon-extensions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no-semi.js" ], "duration": 0.5881979999830946, "failureMessages": [ "no-semi.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a;\n - ::b.c;\n + ::b.c\n \n class A {\n a = b;\n in;\n c;\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 1.2127040000632405, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.7668919999850914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.6711230000946671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 60.145904999924824, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.633062000037171, "failureMessages": [ "no-semi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `no-semi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -16,11 +16,11 @@\n instanceof(){}\n }\n \n =====================================output=====================================\n a\n - ;::b.c\n + ::b.c\n \n class A {\n a = b;\n in\n c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 41)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 1.0552700000116602, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7440990000031888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.7514530000044033, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.77208300004713, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nawait.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlong_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmethod_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshort_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nunary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 12, "numPassingTests": 48, "numPendingTests": 0, "perfStats": { "start": 275650.76541199995, "end": 277235.487055, "runtime": 1585, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 36, "unchecked": 0, "unmatched": 12, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bind-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.7150750000728294, "failureMessages": [ "await.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -9,9 +9,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing();\n - return (await request)::doSyncThing();\n + return await request;\n + ::doSyncThing()\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.5222419999772683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.0154249999905005, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 1.3011089999927208, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.90253500000108, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.8938789999810979, "failureMessages": [ "bind_parens.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js format 1`\n \n - Snapshot - 33\n + Received + 65\n \n @@ -37,41 +37,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - (a || b)::c;\n - a || b::c;\n - ::obj.prop;\n - (void 0)::func();\n - (+0)::is(-0);\n - a::b.c;\n - a::(b.c());\n - a::b.c();\n - a::(b.c()());\n - a::(b.c()());\n - a::(b.c())();\n - a::(b.c().d);\n - a::(c().d.e);\n - a::(b());\n - a::(b::c());\n - a::(b()::c);\n - a::(b().c::d);\n - a::(b.c::d);\n - a::(b::c.d);\n - a::(b.c::d::e);\n - a::(b::c::d);\n - a::(b::c::d.e);\n - a::(b::c::d).e;\n - a::(void 0);\n - a::(b.c()::d.e);\n - a::(b.c::d.e);\n - a::(b.c::d.e)::f.g;\n - b.c::d.e;\n - (b.c::d).e;\n - (b::c::d).e;\n - new (a::b)();\n + a || b;\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0;\n + ::func()\n + +0;\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c;\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n new f(a::b);\n - f[a::b];\n - f[a::b()];\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 1.2216110000154004, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7634050000924617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 0.7235399999190122, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js" ], "duration": 68.46050300006755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.6310079999966547, "failureMessages": [ "long_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -14,11 +14,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala;\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 1.2368990000104532, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.9260990000329912, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 0.862870000069961, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js" ], "duration": 62.49735299998429, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.6984040000243112, "failureMessages": [ "method_chain.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -28,16 +28,16 @@\n import { map } from \"rxjs/operator/map\";\n import { throttle } from \"rxjs/operator/throttle\";\n import { takeUntil } from \"rxjs/operator/takeUntil\";\n \n function test(observable) {\n - return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction);\n + return observable;\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.3483370000030845, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 0.9347850000485778, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 1.0589359999867156, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js" ], "duration": 66.26973499997985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.6326510000508279, "failureMessages": [ "short_name_method.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -13,11 +13,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod;\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true;\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 1.2340339999645948, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.8239380000159144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 0.7877600000938401, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js" ], "duration": 64.12205599993467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.8125470000086352, "failureMessages": [ "unary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js format 1`\n \n - Snapshot - 9\n + Received + 15\n \n @@ -17,21 +17,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y;\n - !(x::y /* foo */);\n - !(/* foo */ x::y);\n + !x;\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n - );\n + x\n + ::y\n + )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n - );\n + )\n !(\n - x::y // foo\n - );\n + x\n + ::y // foo\n + )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 1.0565030000871047, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7186920000240207, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.7161569999298081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.776662999996915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.6278419999871403, "failureMessages": [ "await.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `await.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,9 +10,10 @@\n };\n \n =====================================output=====================================\n const doBothThings = async () => {\n const request = doAsyncThing()\n - return (await request)::doSyncThing()\n + return await request\n + ::doSyncThing()\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 1.235467000049539, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.9245959999971092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 0.7990020000142977, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js - {\"semi\":false}" ], "duration": 63.72931100009009, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.8922860000748187, "failureMessages": [ "bind_parens.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `bind_parens.js - {\"semi\":false} format 1`\n \n - Snapshot - 34\n + Received + 66\n \n @@ -38,41 +38,73 @@\n new f(a::b);\n f[a::b];\n f[a::b()];\n \n =====================================output=====================================\n - ;(a || b)::c\n - a || b::c\n - ;::obj.prop\n - ;(void 0)::func()\n - ;(+0)::is(-0)\n - a::b.c\n - a::(b.c())\n - a::b.c()\n - a::(b.c()())\n - a::(b.c()())\n - a::(b.c())()\n - a::(b.c().d)\n - a::(c().d.e)\n - a::(b())\n - a::(b::c())\n - a::(b()::c)\n - a::(b().c::d)\n - a::(b.c::d)\n - a::(b::c.d)\n - a::(b.c::d::e)\n - a::(b::c::d)\n - a::(b::c::d.e)\n - a::(b::c::d).e\n - a::(void 0)\n - a::(b.c()::d.e)\n - a::(b.c::d.e)\n - a::(b.c::d.e)::f.g\n - b.c::d.e\n - ;(b.c::d).e\n - ;(b::c::d).e\n - new (a::b)()\n - new f(a::b)\n - f[a::b]\n - f[a::b()]\n + a || b\n + ::c\n + a || (b\n + ::c)\n + ::obj.prop\n + void 0\n + ::func()\n + ;+0\n + ::is(-0)\n + a:\n + :(b.c)\n + a:\n + :(b.c())\n + a:\n + :b.c()\n + a:\n + :(b.c()())\n + a:\n + :((b.c())())\n + a:\n + :(b.c())()\n + a:\n + :(b.c().d)\n + a:\n + :(c().d.e)\n + a:\n + :(b())\n + a:\n + :(b::c())\n + a:\n + :(b()::c)\n + a:\n + :(b().c::d)\n + a:\n + :(b.c::d)\n + a:\n + :(b::c.d)\n + a:\n + :(b.c::d::e)\n + a:\n + :(b::c::d)\n + a:\n + :(b::c::d.e)\n + a:\n + :((b::c::d).e)\n + a:\n + :(void 0)\n + a:\n + :(b.c()::d.e)\n + a:\n + :(b.c::d.e)\n + a:\n + :(b.c::d.e)::f.g\n + b.c\n + ::d.e\n + (b.c\n + ::d).e\n + (b::c::d)\n + .e\n + new (a\n + ::b)()\n + new f(a::b);\n + f[a\n + ::b]\n + f[a\n + ::b()]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 1.0763390000211075, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.7362539999885485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 0.6909689999883994, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bind_parens.js - {\"semi\":false}" ], "duration": 67.63052400003653, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.6330010000383481, "failureMessages": [ "long_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `long_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -15,11 +15,11 @@\n }\n =====================================output=====================================\n class X {\n constructor() {\n this.testLongNameMethodAndSomethingElseLallala =\n - ::this.testLongNameMethodAndSomethingElseLallala\n + ::this.testLongNameMethodAndSomethingElseLallala\n }\n \n testLongNameMethodAndSomethingElseLallala() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 1.2009929999476299, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.832804000005126, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 0.8553970000939444, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long_name_method.js - {\"semi\":false}" ], "duration": 61.60423599998467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.7171089999610558, "failureMessages": [ "method_chain.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `method_chain.js - {\"semi\":false} format 1`\n \n - Snapshot - 7\n + Received + 7\n \n @@ -30,15 +30,15 @@\n import { throttle } from \"rxjs/operator/throttle\"\n import { takeUntil } from \"rxjs/operator/takeUntil\"\n \n function test(observable) {\n return observable\n - ::filter((data) => data.someTest)\n - ::throttle(() =>\n - interval(10)\n - ::take(1)\n - ::takeUntil(observable::filter((data) => someOtherTest)),\n - )\n - ::map(someFunction)\n + ::filter(data => data.someTest)\n + ::throttle(() =>\n + interval(10)\n + ::take(1)\n + ::takeUntil(observable::filter(data => someOtherTest))\n + )\n + ::map(someFunction)\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 1.233092000009492, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.874682999914512, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 0.8924960000440478, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method_chain.js - {\"semi\":false}" ], "duration": 61.70493400003761, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.6308079999871552, "failureMessages": [ "short_name_method.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `short_name_method.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -14,11 +14,12 @@\n }\n }\n =====================================output=====================================\n class X {\n constructor() {\n - this.shortMethod = ::this.shortMethod\n + this.shortMethod =\n + ::this.shortMethod\n }\n \n shortMethod() {\n return true\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 1.2346440000692382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.9012019999790937, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 0.8293879999546334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short_name_method.js - {\"semi\":false}" ], "duration": 62.35565700009465, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6787669999757782, "failureMessages": [ "unary.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `unary.js - {\"semi\":false} format 1`\n \n - Snapshot - 6\n + Received + 12\n \n @@ -18,21 +18,27 @@\n !(\n x::y // foo\n );\n \n =====================================output=====================================\n - !x::y\n - !(x::y /* foo */)\n - !(/* foo */ x::y)\n + !x\n + ::y\n + !(x\n + ::y /* foo */)\n + !(/* foo */ x\n + ::y)\n !(\n /* foo */\n - x::y\n + x\n + ::y\n )\n !(\n - x::y\n + x\n + ::y\n /* foo */\n )\n !(\n - x::y // foo\n + x\n + ::y // foo\n )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 42)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 1.0043440000154078, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6988849999615923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 0.6848379999864846, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js - {\"semi\":false}" ], "duration": 61.67598000005819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 277308.06404399994, "end": 278180.36114799994, "runtime": 872, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/dynamic-import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assertions.js" ], "duration": 0.42649699992034584, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.8460160000249743, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 62.64118200005032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 1.2492619999684393, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.7665509999496862, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 0.6927030000369996, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 63.48320500005502, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 61.41651700006332, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assertions.js" ], "duration": 60.80925000004936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.46277400001417845, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.804236000054516, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.4798600000795, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.952614999958314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.91120900004171, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.4072500000475, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.961213999893516, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.87348499998916, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.57598700001836, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 278250.06656699994, "end": 278759.541467, "runtime": 509, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 17, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tuple/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6205679998965934, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -12,15 +12,17 @@\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n \n =====================================output=====================================\n - const [a, b] = #[1, 2];\n + const [a, b] = #;\n + [1, 2];\n assert(a === 1);\n assert(b === 2);\n \n - const [a, ...rest] = #[1, 2, 3];\n + const [a, ...rest] = #;\n + [1, 2, 3];\n assert(a === 1);\n assert(Array.isArray(rest));\n assert(rest[0] === 2);\n assert(rest[1] === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.0730230000335723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7557409999426454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7316359999822453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.62725700007286, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 1.6886320000048727, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6888859999598935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6343440000200644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.6493720000144094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "invalid-tuple-holes.js" ], "duration": 0.7222380000166595, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6823330000042915, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 7\n \n @@ -6,10 +6,14 @@\n #[]\n #[1, 2]\n #[1, 2, #{ a: 3 }]\n \n =====================================output=====================================\n - #[];\n - #[1, 2];\n - #[1, 2, #{ a: 3 }];\n + #[]\n + #[1, 2]\n + #[1, 2, #\n + {\n + a: 3;\n + }\n + ]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9201369999209419, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6635389999719337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6619560000253841, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 59.735483999946155, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6467969999648631, "failureMessages": [ "tuple-trailing-comma.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-trailing-comma.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n #[1,]\n \n =====================================output=====================================\n - #[1];\n + #[1,]\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.9665040000109002, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.6864520000526682, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 0.696849999949336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple-trailing-comma.js" ], "duration": 59.69030199991539, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.6445930000627413, "failureMessages": [ "tuple.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple.js format 1`\n \n - Snapshot - 2\n + Received + 4\n \n @@ -20,19 +20,21 @@\n assert(tuple4.first() === 1);\n const tuple5 = tuple4.popped();\n assert(tuple5 === #[2, 2, 3, 4]);\n \n =====================================output=====================================\n - const tuple1 = #[1, 2, 3];\n + const tuple1 = #;\n + [1, 2, 3];\n \n assert(tuple1[0] === 1);\n \n const tuple2 = tuple1.with(0, 2);\n assert(tuple1 !== tuple2);\n assert(tuple2 === #[2, 2, 3]);\n \n - const tuple3 = #[1, ...tuple2];\n + const tuple3 = #;\n + [1, ...tuple2];\n assert(tuple3 === #[1, 2, 2, 3]);\n \n const tuple4 = tuple3.pushed(4);\n assert(tuple4 === #[1, 2, 2, 3, 4]);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 44)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 1.051642999984324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.7439289999892935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 0.753465999965556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "tuple.js" ], "duration": 64.35790399997495, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 278838.30632699997, "end": 279694.619088, "runtime": 856, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 0.44411899999249727, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 63.24933899997268, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.19504600006621, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.967549999943, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 59.99223700002767, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.33276300004218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"always\",\"semi\":false}" ], "duration": 60.14417099999264, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 0.7025520000606775, "failureMessages": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `semi.js - {\"arrowParens\":\"avoid\",\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,8 +6,8 @@\n | printWidth\n =====================================input======================================\n a => {}\n \n =====================================output=====================================\n - a => {}\n + ;a => {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 45)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 61.21531999995932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 61.344812999945134, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 61.55097600002773, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 60.84813299996313, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 61.1600079999771, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "semi.js - {\"arrowParens\":\"avoid\",\"semi\":false}" ], "duration": 62.507872999995016, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 279776.462534, "end": 279918.042037, "runtime": 142, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows/newline-before-arrow/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.5836989999515936, "failureMessages": [ "newline-before-arrow.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `newline-before-arrow.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -5,8 +5,10 @@\n =====================================input======================================\n async x\n => x\n \n =====================================output=====================================\n - async (x) => x;\n + async;\n + x;\n + => x\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 46)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 1.1171150000300258, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.7400810000253841, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 0.734370999969542, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "newline-before-arrow.js" ], "duration": 58.15983699995559, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nconst.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nlet.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 279990.333772, "end": 281900.51981200004, "runtime": 1910, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/parentheses/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "const.js" ], "duration": 0.6221219999715686, "failureMessages": [ "const.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2;\n + const [a = ((let)[0] = 1)] = 2;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js" ], "duration": 63.044541999930516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js" ], "duration": 62.310243000043556, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js" ], "duration": 61.265032999916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js" ], "duration": 62.68236900004558, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js" ], "duration": 64.25237799994648, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js" ], "duration": 64.21022199990693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.8357799999648705, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 14\n + Received + 14\n \n @@ -110,31 +110,31 @@\n =====================================output=====================================\n let.a = 1;\n \n let.a[0] = 1;\n \n - (let)[a] = 1;\n + let[a] = 1;\n \n - (let)[a].b.c.e = 1;\n + let[a].b.c.e = 1;\n \n foo[let[a]] = 1;\n \n (let)[let[a]] = 1;\n \n - (let)[a] ??= 1;\n + let[a] ??= 1;\n \n foo = let[a];\n \n let()[a] = 1;\n \n foo(let)[a] = 1;\n \n foo(let[a])[a] = 1;\n \n - (let)[0] = 1;\n + let[0] = 1;\n \n - (let)[\"a\"] = 1;\n + let[\"a\"] = 1;\n \n let = 1;\n \n var let = 1;\n \n @@ -142,29 +142,29 @@\n \n ({ a: let[a] } = 1);\n \n alert((let[0] = 1));\n \n - ((let)[0] = 1) || 2;\n + (let[0] = 1) || 2;\n \n - ((let)[0] = 1), 2;\n + (let[0] = 1), 2;\n \n - ((let)[0] = 1) ? a : b;\n + (let[0] = 1) ? a : b;\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1));\n \n var a = (let[0] = 1);\n \n - ((let)[0] = 1) instanceof a;\n + (let[0] = 1) instanceof a;\n \n void (let[0] = 1);\n \n - ((let)[0] = 1)();\n + (let[0] = 1)();\n \n new (let[0] = 1)();\n \n ((let)[0] = 1)``;\n \n @@ -186,32 +186,32 @@\n \n function foo() {\n return (let[0] = 1);\n }\n \n - while (true) (let)[0] = 1;\n + while (true) let[0] = 1;\n \n throw (let[0] = 1);\n \n ({ foo: (let[0] = 1) });\n \n [(let[0] = 1)];\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - (let)[x].foo();\n + let[x].foo();\n \n let.let[x].foo();\n \n a = let[x].foo();\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 74.45525500003714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.49444200005382, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.26988499995787, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 70.59979799995199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 69.92737199994735, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 75.05895500001498, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 0.6574269999982789, "failureMessages": [ "const.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `const.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -5,8 +5,8 @@\n | printWidth\n =====================================input======================================\n const [a = ((let)[0] = 1)] = 2;\n \n =====================================output=====================================\n - const [a = (let[0] = 1)] = 2\n + const [a = ((let)[0] = 1)] = 2\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 62.83579500007909, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 62.67483499995433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 64.23683099995833, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 64.14718199998606, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 63.78368499991484, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "const.js - {\"semi\":false}" ], "duration": 64.26378799998201, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 0.8350889999419451, "failureMessages": [ "let.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js - {\"semi\":false} format 1`\n \n - Snapshot - 15\n + Received + 15\n \n @@ -111,31 +111,31 @@\n =====================================output=====================================\n let.a = 1\n \n let.a[0] = 1\n \n - ;(let)[a] = 1\n + let[a] = 1\n \n - ;(let)[a].b.c.e = 1\n + let[a].b.c.e = 1\n \n foo[let[a]] = 1\n \n ;(let)[let[a]] = 1\n \n - ;(let)[a] ??= 1\n + let[a] ??= 1\n \n foo = let[a]\n \n let()[a] = 1\n \n foo(let)[a] = 1\n \n foo(let[a])[a] = 1\n \n - ;(let)[0] = 1\n + let[0] = 1\n \n - ;(let)[\"a\"] = 1\n + let[\"a\"] = 1\n \n let = 1\n \n var let = 1\n \n @@ -143,31 +143,31 @@\n \n ;({ a: let[a] } = 1)\n \n alert((let[0] = 1))\n \n - ;((let)[0] = 1) || 2\n + ;(let[0] = 1) || 2\n \n - ;((let)[0] = 1), 2\n + ;(let[0] = 1), 2\n \n - ;((let)[0] = 1) ? a : b\n + ;(let[0] = 1) ? a : b\n \n if ((let[0] = 1));\n \n while ((let[0] = 1));\n \n do {} while ((let[0] = 1))\n \n var a = (let[0] = 1)\n \n - ;((let)[0] = 1) instanceof a\n + ;(let[0] = 1) instanceof a\n \n void (let[0] = 1)\n \n - ;((let)[0] = 1)()\n + ;(let[0] = 1)()\n \n - new (let[0] = 1)()\n + ;new (let[0] = 1)()\n \n ;((let)[0] = 1)``\n \n ;((let)[0] = 1).toString\n \n @@ -187,32 +187,32 @@\n \n function foo() {\n return (let[0] = 1)\n }\n \n - while (true) (let)[0] = 1\n + while (true) let[0] = 1\n \n throw (let[0] = 1)\n \n ;({ foo: (let[0] = 1) })\n \n ;[(let[0] = 1)]\n \n - for ((let)[0] = 1; ; );\n + for (let[0] = 1; ; );\n for ((let)[0] in {});\n for ((let)[0] of []);\n \n switch ((let[0] = 1)) {\n }\n \n switch (foo) {\n case (let[0] = 1):\n }\n \n - with ((let[0] = 1));\n + with (let[0] = 1);\n \n - ;(let)[x].foo()\n + let[x].foo()\n \n let.let[x].foo()\n \n a = let[x].foo()\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 47)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 76.466970999958, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 73.13267700001597, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 74.75924100005068, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 77.6586580000585, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 74.99097599997185, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js - {\"semi\":false}" ], "duration": 76.475465000025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 281981.40103400004, "end": 282309.449173, "runtime": 328, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators-export/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after_export.js" ], "duration": 0.46028899995144457, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 1.0168379999231547, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.7170979999937117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 0.8399379999609664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after_export.js" ], "duration": 65.06792399997357, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.4447699999436736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.9941360000520945, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 0.6872330000624061, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 63.70264299993869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "before_export.js" ], "duration": 63.61657399998512, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nexample.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 13, "numPendingTests": 0, "perfStats": { "start": 282384.773383, "end": 283328.955484, "runtime": 944, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/end-of-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 0.4465729999355972, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 62.681400000001304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 63.144833000027575, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 62.66223000001628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"lf\"}" ], "duration": 62.208346999948844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 0.6150370000395924, "failureMessages": [ "example.js - {\"endOfLine\":\"cr\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"cr\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CR>\n - console.log(\"testing line endings\");<CR>\n - }<CR>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 60.277974000084214, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 62.2771509999875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 64.03346200007945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"cr\"}" ], "duration": 65.12693399994168, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 0.6788780000060797, "failureMessages": [ "example.js - {\"endOfLine\":\"crlf\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `example.js - {\"endOfLine\":\"crlf\"} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n function f() {<LF>\n console.log(\"testing line endings\");<LF>\n }<LF>\n \n =====================================output=====================================\n - function f() {<CRLF>\n - console.log(\"testing line endings\");<CRLF>\n - }<CRLF>\n + function f() {<LF>\n + console.log(\"testing line endings\");<LF>\n + }<LF>\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 49)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 62.90953499998432, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 63.29026499995962, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 63.20561499998439, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js - {\"endOfLine\":\"crlf\"}" ], "duration": 62.80437900009565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 283403.74462199997, "end": 283408.78280700004, "runtime": 5, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/invalid/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 1.7101820000680164, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.8315730000613257, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.714553999947384, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.7618419999489561, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "null-arguments-item.js" ], "duration": 0.9575680000707507, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 283478.07431500003, "end": 284651.991735, "runtime": 1174, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-align/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.5323540000244975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.62679100001696, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.836634999956004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 65.27097399998456, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.11328299995512, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.11056699999608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 67.13291799998842, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.77106399997137, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.30992100003641, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 0.45621099998243153, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 67.86741499998607, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 65.0397140000714, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 65.04465699999128, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 64.86148600000888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.88226199999917, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.34326300001703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.600971000036225, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js - {\"useTabs\":true,\"tabWidth\":8}" ], "duration": 63.948776000062935, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 284724.838558, "end": 285360.905797, "runtime": 636, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-target/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.5175459999591112, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.486746000009589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 63.58950200001709, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 1.6959759999299422, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.778052999987267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 0.7552399999694899, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 62.57892800006084, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 61.50689299998339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "outside-functions.js" ], "duration": 61.09954700001981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.6392629999900237, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 2.2037739999359474, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 63.470785000012256, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.6085929999826476, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.1047320000361651, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 1.054177000070922, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.93871700007003, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.58402599999681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.55048199999146, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncomments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnew-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\npostfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 8, "numPassingTests": 100, "numPendingTests": 0, "perfStats": { "start": 285438.901273, "end": 293104.01777700003, "runtime": 7665, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 8, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/conditional/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 1.0076920000137761, "failureMessages": [ "comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js format 1`\n \n - Snapshot - 12\n + Received + 13\n \n @@ -190,15 +190,15 @@\n comment\n comment\n */\n foo\n : test\n - ? /* comment\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n test\n ? foo\n @@ -215,33 +215,34 @@\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n test\n - ? foo /* comment\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test\n - ? foo\n - : /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n test\n ? test /* c\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 79.97971999994479, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 70.19698499992955, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.66104099992663, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.23809999995865, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.8756379999686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.10577100003138, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.58018400007859, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.70165599999018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 0.43619500007480383, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.86387600004673, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 62.67202199995518, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.17828999995254, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.10913399991114, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.95241699996404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 64.27522099995986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 61.945223000016995, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js" ], "duration": 64.61863600008655, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 1.1873870000708848, "failureMessages": [ "new-ternary-examples.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js format 1`\n \n - Snapshot - 40\n + Received + 40\n \n @@ -146,50 +146,50 @@\n \n const message =\n i % 3 === 0 && i % 5 === 0\n ? \"fizzbuzz\"\n : i % 3 === 0\n - ? \"fizz\"\n - : i % 5 === 0\n - ? \"buzz\"\n - : String(i);\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n state == \"success\"\n ? \"Payment completed successfully\"\n : state == \"processing\"\n - ? \"Payment processing\"\n - : state == \"invalid_cvc\"\n - ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\"\n - ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const typeofExample = definition.encode\n ? definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n )\n : typeof row[field] !== \"undefined\"\n - ? row[field]\n - : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null;\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n const typeofExampleFlipped = definition.encode\n ? definition.encode(\n typeof row[field] === \"undefined\"\n @@ -197,14 +197,14 @@\n ? null\n : definition.default\n : row[field],\n )\n : typeof row[field] === \"undefined\"\n - ? typeof definition.default === \"undefined\"\n - ? null\n - : definition.default\n - : row[field];\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n @@ -221,37 +221,37 @@\n const reactRouterExampleJSX = (\n <div>\n {children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null}\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n children && !isEmptyChildren(children)\n ? children\n : props.match\n - ? component\n - ? React.createElement(component, props)\n - : render\n - ? render(props)\n - : null\n - : null;\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n : someReallyLongCondition || moreInThisLongCondition\n - ? bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 85.80865000002086, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 75.65302900003735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 72.80516700004227, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.35575400001835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 68.0012009999482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 69.22278700000606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 70.08030000003055, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js" ], "duration": 71.41461199999321, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 1.0482970000011846, "failureMessages": [ "new-ternary-spec.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js format 1`\n \n - Snapshot - 29\n + Received + 29\n \n @@ -228,63 +228,63 @@\n const chainedWithLongConsequent = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // nested ternary in consequent always breaks:\n const chainedWithTernaryConsequent = isCat()\n ? aNestedCondition\n ? theResult()\n : theAlternate()\n : isDog()\n - ? bark()\n - : silent();\n + ? bark()\n + : silent();\n \n // consequent and terminal alternate break:\n const consequentAndTerminalAlternateBreak = isCat()\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isDog()\n - ? bark()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + ? bark()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n : isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ? bark()\n - : shortCondition()\n - ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n x === 1\n ? \"one\"\n : x === 2\n - ? \"two\"\n - : x === 3\n - ? \"three\"\n - : x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ? \"four\"\n - : x === 6\n - ? \"six\"\n - : \"idk\";\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n @@ -298,20 +298,20 @@\n bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n glimseGlyphsHazardNoopsTieTie >=\n averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n ? \"foo\"\n : anotherCondition\n - ? \"bar\"\n - : \"baz\";\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n typeof row[field] !== \"undefined\"\n ? row[field]\n : typeof definition.default !== \"undefined\"\n - ? definition.default\n - : null,\n + ? definition.default\n + : null,\n typeof row[field] === \"undefined\"\n ? typeof definition.default === \"undefined\"\n ? null\n : definition.default\n : row[field],\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 111.81603700004052, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 81.13804099999834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.12310500000603, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 70.50015099998564, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.02978400001302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 71.5945359999314, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 72.70828500005882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js" ], "duration": 73.37767199997324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 0.4674219998996705, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 62.24174900003709, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.47571900009643, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 62.082912000012584, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.40201600000728, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.013387999963015, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 65.06558799999766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.42404200008605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js" ], "duration": 63.05195100000128, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 0.9530279999598861, "failureMessages": [ "postfix-ternary-regressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js format 1`\n \n - Snapshot - 13\n + Received + 14\n \n @@ -207,19 +207,19 @@\n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n return !linkTo\n ? false\n : typeof linkTo === \"function\"\n - ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string);\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n return React.isValidElement(emptyText)\n ? React.cloneElement(emptyText)\n : emptyText === \"\"\n - ? \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText });\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n ? translate(matchingReferences.error, {\n @@ -262,23 +262,24 @@\n redirectTo,\n basePath,\n payload\n ? payload.id || (payload.data ? payload.data.id : null)\n : requestPayload\n - ? requestPayload.id\n - : null,\n + ? requestPayload.id\n + : null,\n payload && payload.data\n ? payload.data\n : requestPayload && requestPayload.data\n - ? requestPayload.data\n - : null,\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ? self\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n : (resource, params) =>\n new Promise((resolve) =>\n setTimeout(\n () => resolve(restProvider[name](resource, params)),\n 500,\n @@ -311,13 +312,13 @@\n }\n \n const badComments = schema.model\n ? schema\n : // If model is an array where the items schema is a referred model then we need to use that\n - schema.type === \"array\"\n - ? schema.items\n - : schema;\n + schema.type === \"array\"\n + ? schema.items\n + : schema;\n \n const anotherBadComment = refModel\n ? // If we're in a shared params file then reference the model name directly\n inSharedParamsFile\n ? refModel\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 89.5841960000107, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 78.35491600004025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 74.01603499997873, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 78.53099699993618, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 69.56578900001477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.53076300001703, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 77.47291900007986, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js" ], "duration": 75.84365599998273, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 2.029679000028409, "failureMessages": [ "comments.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 68\n + Received + 64\n \n @@ -127,133 +127,129 @@\n test ? test /* c\n c */? foo : bar : bar;\n \n =====================================output=====================================\n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n var inspect =\n - 4 === util.inspect.length ?\n - // node <= 0.8.x\n - function (v, colors) {\n - return util.inspect(v, void 0, void 0, colors);\n - }\n - // node > 0.8.x\n - : function (v, colors) {\n - return util.inspect(v, { colors: colors });\n - };\n + 4 === util.inspect.length\n + ? // node <= 0.8.x\n + function (v, colors) {\n + return util.inspect(v, void 0, void 0, colors);\n + }\n + : // node > 0.8.x\n + function (v, colors) {\n + return util.inspect(v, { colors: colors });\n + };\n \n - const extractTextPluginOptions =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions2 =\n - shouldUseRelativeAssetPaths ?\n - // Making sure that the publicPath goes back to to build folder.\n + const extractTextPluginOptions2 = shouldUseRelativeAssetPaths\n + ? // Making sure that the publicPath goes back to to build folder.\n { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n - const extractTextPluginOptions3 =\n - (\n - shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n - ) ?\n - { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n + const extractTextPluginOptions3 = shouldUseRelativeAssetPaths // Making sure that the publicPath goes back to to build folder.\n + ? { publicPath: Array(cssFilename.split(\"/\").length).join(\"../\") }\n : {};\n \n const { configureStore } =\n - process.env.NODE_ENV === \"production\" ?\n - require(\"./configureProdStore\") // a\n - : require(\"./configureDevStore\"); // b\n + process.env.NODE_ENV === \"production\"\n + ? require(\"./configureProdStore\") // a\n + : require(\"./configureDevStore\"); // b\n \n - (\n - test /* comment\n + test /* comment\n comment\n comment\n */\n - ) ?\n - foo\n - : bar;\n + ? foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : bar;\n + foo\n + : bar;\n \n - test ?\n - /* comment\n + test\n + ? /* comment\n comment\n comment\n comment\n */\n - foo\n - : test ?\n - /* comment\n + foo\n + : test\n + ? /* comment\n comment\n comment */\n - foo\n - : bar;\n + foo\n + : bar;\n \n test ? /* comment */ foo : bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n - test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n A newline will be added after this comment, unfortunately – but it can be removed manually, see next statement.\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n // It is at least possible to delete the extra newline that was\n // unfortunately added before the second condition above:\n - test ?\n - foo /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n comment\n */\n - : test ? foo\n - /* comment\n + test\n + ? foo\n + : /* comment\n comment\n comment\n */\n - : bar;\n + bar;\n \n test ? foo : /* comment */ bar;\n \n - test ?\n - (\n - test /* c\n + test\n + ? test /* c\n c */\n - ) ?\n - foo\n - : bar\n - : bar;\n + ? foo\n + : bar\n + : bar;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 72.92901899991557, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 73.96244700008538, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 68.28558200004045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 68.81457099993713, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 67.03237500006799, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 69.62119400000665, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 68.88986400002614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"experimentalTernaries\":true}" ], "duration": 68.23797400004696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 0.49194899993017316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 62.14723300002515, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 61.94678100000601, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 61.42416500009131, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 65.16910499997903, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 62.907787000061944, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.55688600009307, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 63.55959099996835, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-expression.js - {\"experimentalTernaries\":true}" ], "duration": 64.18824499996845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 2.3226850000210106, "failureMessages": [ "new-ternary-examples.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-examples.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 73\n + Received + 90\n \n @@ -144,133 +144,150 @@\n // TypeScript is here: prettier/tests/format/typescript/conditional-types/new-ternary-spec.ts\n // EXAMPLES\n // mostly taken from https://github.com/prettier/prettier/issues/9561\n \n const message =\n - i % 3 === 0 && i % 5 === 0 ? \"fizzbuzz\"\n - : i % 3 === 0 ? \"fizz\"\n - : i % 5 === 0 ? \"buzz\"\n - : String(i);\n + i % 3 === 0 && i % 5 === 0\n + ? \"fizzbuzz\"\n + : i % 3 === 0\n + ? \"fizz\"\n + : i % 5 === 0\n + ? \"buzz\"\n + : String(i);\n \n const paymentMessageShort =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ? \"There was an issue with your CVC number\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n const paymentMessageWithABreak =\n - state == \"success\" ? \"Payment completed successfully\"\n - : state == \"processing\" ? \"Payment processing\"\n - : state == \"invalid_cvc\" ?\n - \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n - : state == \"invalid_expiry\" ? \"Expiry must be sometime in the past.\"\n - : \"There was an issue with the payment. Please contact support.\";\n + state == \"success\"\n + ? \"Payment completed successfully\"\n + : state == \"processing\"\n + ? \"Payment processing\"\n + : state == \"invalid_cvc\"\n + ? \"There was an issue with your CVC number, and you need to take a prompt action on it.\"\n + : state == \"invalid_expiry\"\n + ? \"Expiry must be sometime in the past.\"\n + : \"There was an issue with the payment. Please contact support.\";\n \n - const typeofExample =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n + const typeofExample = definition.encode\n + ? definition.encode(\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n )\n - : typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n + : typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n : null;\n \n // (the following is semantically equivalent to the above, but written in a more-confusing style – it'd be hard to grok no matter the formatting)\n - const typeofExampleFlipped =\n - definition.encode ?\n - definition.encode(\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + const typeofExampleFlipped = definition.encode\n + ? definition.encode(\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n )\n - : typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n + : typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n : definition.default\n : row[field];\n \n // JSX Examples:\n \n const typicalLongConsequentWithNullAlternate = (\n <div>\n - {children && !isEmptyChildren(children) ?\n + {children && !isEmptyChildren(children) ? (\n <FooComponent\n className=\"a bunch of css classes might go here, wow so many\"\n foo={foo}\n bar={includeBar ? bar : null}\n />\n - : null}\n + ) : null}\n </div>\n );\n \n const reactRouterExampleJSX = (\n <div>\n - {children && !isEmptyChildren(children) ?\n - children\n - : props.match ?\n - component ?\n - React.createElement(component, props)\n - : render ?\n - render(props)\n - : null\n - : null}\n + {children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null}\n </div>\n );\n \n const reactRouterExampleNonJSX =\n - children && !isEmptyChildren(children) ? children\n - : props.match ?\n - component ? React.createElement(component, props)\n - : render ? render(props)\n - : null\n - : null;\n + children && !isEmptyChildren(children)\n + ? children\n + : props.match\n + ? component\n + ? React.createElement(component, props)\n + : render\n + ? render(props)\n + : null\n + : null;\n \n inJSXExpressionContainer.withLongConditionals.example = (\n <div>\n - {isACat() && (someReallyLongCondition || moreInThisLongCondition) ?\n - someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n - : someReallyLongCondition || moreInThisLongCondition ?\n - bark()\n - : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n + {isACat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression.toMakeMeowNoise().willCauseParens()\n + : someReallyLongCondition || moreInThisLongCondition\n + ? bark()\n + : someReallyLargeExpression.toMakeMeowNoise().willCauseParens()}\n </div>\n );\n \n inJSXExpressionContainer.withLoops.orBooleans.example = (\n <div>\n - {items ?\n - items.map((item) =>\n - item.display ?\n - <Item item={item} attr=\"breaks ternary but not consequent\" />\n - : <Blank />,\n - )\n - : null}\n + {items\n + ? items.map((item) =>\n + item.display ? (\n + <Item item={item} attr=\"breaks ternary but not consequent\" />\n + ) : (\n + <Blank />\n + ),\n + )\n + : null}\n \n {showTheStuff &&\n - (foo ?\n + (foo ? (\n <Thing thing={foooooooooooooooooooooooooo} bar=\"bazzzzzz\" />\n - : <OtherThing />)}\n + ) : (\n + <OtherThing />\n + ))}\n </div>\n );\n \n inJSXExpressionContainer.withNullConditional = (\n <div>\n {isACat() ? null : <Foo />}\n {isACat() && (someReallyLongCondition || moreInThisLongCondition) ? null : (\n <Foo />\n )}\n - {(\n - isACat() &&\n - (someReallyLongCondition ||\n - moreInThisLongCondition ||\n - evenMoreInThisExtraLongConditional)\n - ) ?\n - null\n - : <Foo />}\n + {isACat() &&\n + (someReallyLongCondition ||\n + moreInThisLongCondition ||\n + evenMoreInThisExtraLongConditional) ? null : (\n + <Foo />\n + )}\n </div>\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 81.40133799996693, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 73.69871799997054, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 72.929301999975, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 77.11295199999586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 88.84718500007875, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 73.49299699999392, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 71.1992109999992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-examples.js - {\"experimentalTernaries\":true}" ], "duration": 72.7356129999971, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 2.0390970000298694, "failureMessages": [ "new-ternary-spec.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `new-ternary-spec.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 95\n + Received + 93\n \n @@ -206,133 +206,127 @@\n \n // remain on one line if possible:\n const short = isLoud() ? makeNoise() : silent();\n \n // next, put everything after the =\n - const lessShort =\n - isLoudReallyLoud() ? makeNoiseReallyLoudly.omgSoLoud() : silent();\n + const lessShort = isLoudReallyLoud()\n + ? makeNoiseReallyLoudly.omgSoLoud()\n + : silent();\n \n // next, indent the consequent:\n - const andIndented =\n - isLoudReallyReallyReallyReallyLoud() ?\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n + const andIndented = isLoudReallyReallyReallyReallyLoud()\n + ? makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n : silent();\n \n // unless the consequent is short (less than ten characters long):\n - const shortSoCase =\n - isLoudReallyReallyReallyReallyLoud() ? silent() : (\n - makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud()\n - );\n + const shortSoCase = isLoudReallyReallyReallyReallyLoud()\n + ? silent()\n + : makeNoiseReallyReallyReallyReallyReallyLoudly.omgSoLoud();\n \n // if chained, always break and put after the =\n - const chainedShort =\n - isCat() ? meow()\n - : isDog() ? bark()\n - : silent();\n + const chainedShort = isCat() ? meow() : isDog() ? bark() : silent();\n \n // when a consequent breaks in a chain:\n - const chainedWithLongConsequent =\n - isCat() ?\n - someReallyLargeExpression\n + const chainedWithLongConsequent = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // nested ternary in consequent always breaks:\n - const chainedWithTernaryConsequent =\n - isCat() ?\n - aNestedCondition ? theResult()\n + const chainedWithTernaryConsequent = isCat()\n + ? aNestedCondition\n + ? theResult()\n : theAlternate()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : silent();\n \n // consequent and terminal alternate break:\n - const consequentAndTerminalAlternateBreak =\n - isCat() ?\n - someReallyLargeExpression\n + const consequentAndTerminalAlternateBreak = isCat()\n + ? someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens()\n - : isDog() ? bark()\n + : isDog()\n + ? bark()\n : someReallyLargeExpression\n .thatWouldCauseALineBreak()\n .willCauseAnIndentButNotParens();\n \n // multiline conditions and consequents/alternates:\n const multilineConditionsConsequentsAndAlternates =\n - (\n - isAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens()\n - : (\n - isNotAnAdorableKittyCat() &&\n - (someReallyLongCondition || moreInThisLongCondition)\n - ) ?\n - bark()\n - : shortCondition() ? shortConsequent()\n - : someReallyLargeExpression\n - .thatWouldCauseALineBreak()\n - .willCauseAnIndentButNotParens();\n + isAnAdorableKittyCat() && (someReallyLongCondition || moreInThisLongCondition)\n + ? someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens()\n + : isNotAnAdorableKittyCat() &&\n + (someReallyLongCondition || moreInThisLongCondition)\n + ? bark()\n + : shortCondition()\n + ? shortConsequent()\n + : someReallyLargeExpression\n + .thatWouldCauseALineBreak()\n + .willCauseAnIndentButNotParens();\n \n // illustrating case of mostly short conditionals\n const mostlyShort =\n - x === 1 ? \"one\"\n - : x === 2 ? \"two\"\n - : x === 3 ? \"three\"\n - : (\n - x === 5 &&\n - y === 7 &&\n - someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n - ) ?\n - \"four\"\n - : x === 6 ? \"six\"\n - : \"idk\";\n + x === 1\n + ? \"one\"\n + : x === 2\n + ? \"two\"\n + : x === 3\n + ? \"three\"\n + : x === 5 &&\n + y === 7 &&\n + someOtherThing.thatIsSoLong.thatItBreaksTheTestCondition()\n + ? \"four\"\n + : x === 6\n + ? \"six\"\n + : \"idk\";\n \n // long conditional, short consequent/alternate, not chained - do indent after ?\n const longConditional =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : \"bar\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : \"bar\";\n \n // long conditional, short consequent/alternate, chained\n // (break on short consequents iff in chained ternary and its conditional broke)\n const longConditionalChained =\n - (\n - bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n - glimseGlyphsHazardNoopsTieTie >=\n - averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n - ) ?\n - \"foo\"\n - : anotherCondition ? \"bar\"\n - : \"baz\";\n + bifornCringerMoshedPerplexSawder === 2 / askTrovenaBeenaDependsRowans &&\n + glimseGlyphsHazardNoopsTieTie >=\n + averredBathersBoxroomBuggyNurl().anodyneCondosMalateOverateRetinol()\n + ? \"foo\"\n + : anotherCondition\n + ? \"bar\"\n + : \"baz\";\n \n // As a function parameter, don't add an extra indent:\n definition.encode(\n - typeof row[field] !== \"undefined\" ? row[field]\n - : typeof definition.default !== \"undefined\" ? definition.default\n - : null,\n - typeof row[field] === \"undefined\" ?\n - typeof definition.default === \"undefined\" ?\n - null\n - : definition.default\n - : row[field],\n + typeof row[field] !== \"undefined\"\n + ? row[field]\n + : typeof definition.default !== \"undefined\"\n + ? definition.default\n + : null,\n + typeof row[field] === \"undefined\"\n + ? typeof definition.default === \"undefined\"\n + ? null\n + : definition.default\n + : row[field],\n );\n \n // In a return, break and over-indent:\n const inReturn = () => {\n if (short) {\n return foo ? 1 : 2;\n }\n - return typeof row[aVeryLongFieldName] !== \"undefined\" ?\n - row[aVeryLongFieldName]\n + return typeof row[aVeryLongFieldName] !== \"undefined\"\n + ? row[aVeryLongFieldName]\n : null;\n };\n \n // Remove current JSX Mode, and replace it with this algorithm:\n // When a ternary's parent is a JSXExpressionContainer which is not in a JSXAttribute,\n @@ -344,32 +338,31 @@\n // and wrap the alternate in parens.\n \n const someJSX = (\n <div>\n Typical jsx case:\n - {showFoo ?\n - <Foo attribute=\"such and such stuff here\" />\n - : <Bar short />}\n + {showFoo ? <Foo attribute=\"such and such stuff here\" /> : <Bar short />}\n Nested, and with a non-jsx consequent is the same:\n - {component ?\n + {component ? (\n React.createElement(component, props)\n - : render ?\n + ) : render ? (\n <div>{render(props)}</div>\n - : <div>Nothing is here</div>}\n + ) : (\n + <div>Nothing is here</div>\n + )}\n As is a non-jsx consequent:\n - {showTheJSXElement ?\n - <div>the stuff</div>\n - : renderOtherStuff()}\n + {showTheJSXElement ? <div>the stuff</div> : renderOtherStuff()}\n But if the alternate breaks, add a newline before the closing curly brace:\n - {showTheThing || pleaseShowTheThing ?\n + {showTheThing || pleaseShowTheThing ? (\n <Foo attribute=\"such and such stuff here\" />\n - : <Bar\n + ) : (\n + <Bar\n attribute=\"such and such stuff here\"\n another=\"more stuff here\"\n third=\"and even more, hooray!\"\n />\n - }\n + )}\n When the consequent is `null` and the alternate breaks, hug it with parens\n to match boolean behavior:\n {!thing ? null : (\n <TheThing\n thing={thing}\n @@ -377,22 +370,27 @@\n />\n )}\n </div>\n );\n \n - ternaryWithJSXElements.hasNoSpecialCasing =\n - component ? <div>{React.createElement(component, props)}</div>\n - : render ? <div>{render(props)}</div>\n - : <div>Nothing is here</div>;\n + ternaryWithJSXElements.hasNoSpecialCasing = component ? (\n + <div>{React.createElement(component, props)}</div>\n + ) : render ? (\n + <div>{render(props)}</div>\n + ) : (\n + <div>Nothing is here</div>\n + );\n \n jsxExpressionContainer.inJSXAttribute.hasNoSpecialCasing = (\n <Foo\n withJSX={isRed ? <RedColorThing /> : <GreenColorThing />}\n withJSXBroken={\n - isRed || isSomeOtherLongCondition.thatBreaksTheLine() ?\n + isRed || isSomeOtherLongCondition.thatBreaksTheLine() ? (\n <RedColorThing />\n - : <GreenColorThing />\n + ) : (\n + <GreenColorThing />\n + )\n }\n />\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 86.6146899999585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 79.88451499992516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 73.28934399993159, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 77.46457900002133, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 78.98704100004397, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 75.67630200006533, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 76.12187000003178, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new-ternary-spec.js - {\"experimentalTernaries\":true}" ], "duration": 75.82665299996734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 0.44244599994271994, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 63.874291000072844, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.202668000012636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 63.67048600001726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 63.95144199999049, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.03005800000392, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 62.80863699992187, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 63.40852200007066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-confusing-arrow.js - {\"experimentalTernaries\":true}" ], "duration": 65.00745400006417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 1.3772609999869019, "failureMessages": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `postfix-ternary-regressions.js - {\"experimentalTernaries\":true} format 1`\n \n - Snapshot - 92\n + Received + 90\n \n @@ -171,163 +171,161 @@\n : classRef()\n \n =====================================output=====================================\n // concatened string in consequent should be visually distinguishable from alternate\n // … or maybe this is okay, because the colon is enough?\n - const avatar =\n - has_ordered ?\n - \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n + const avatar = has_ordered\n + ? \"https://marmelab.com/posters/avatar/longer-word-that-breaks-consequent-\" +\n numberOfCustomers +\n \".jpeg\"\n : undefined;\n \n // Similarly, in the alternate:\n - const redirectUrl =\n - pathName ? pathName : (\n - nextPathName + nextSearch ||\n - defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks\n - );\n + const redirectUrl = pathName\n + ? pathName\n + : nextPathName + nextSearch ||\n + defaultAuthParams.afterLoginUrl.makeThisLongerSoItBreaks;\n \n // And another, more pathological case of the above:\n const isEmpty = (obj) =>\n - obj instanceof Date ? false : (\n - obj === \"\" ||\n - obj === null ||\n - obj === undefined ||\n - obj === somethingThatIsLonger ||\n - shallowEqual(obj, {})\n - );\n + obj instanceof Date\n + ? false\n + : obj === \"\" ||\n + obj === null ||\n + obj === undefined ||\n + obj === somethingThatIsLonger ||\n + shallowEqual(obj, {});\n \n // Again, this case is a bit hard to distinguish the alternate.\n const eventsFromOrders =\n - orderIds && orders ?\n - orderIds.map((id) => ({\n - type: \"order\",\n - date: orders[id].date,\n - data: orders[id],\n - }))\n - : [];\n + orderIds && orders\n + ? orderIds.map((id) => ({\n + type: \"order\",\n + date: orders[id].date,\n + data: orders[id],\n + }))\n + : [];\n \n // Kinda weird to have dedents to the level of \"return\" in a function.\n function foo() {\n - return (\n - !linkTo ? false\n - : typeof linkTo === \"function\" ? linkTo(record, reference)\n - : linkToRecord(rootPath, sourceId, linkTo_as_string)\n - );\n + return !linkTo\n + ? false\n + : typeof linkTo === \"function\"\n + ? linkTo(record, reference)\n + : linkToRecord(rootPath, sourceId, linkTo_as_string);\n }\n function foo2() {\n - return (\n - React.isValidElement(emptyText) ? React.cloneElement(emptyText)\n - : emptyText === \"\" ?\n - \" \" // em space, forces the display of an empty line of normal height\n - : translate(emptyText, { _: emptyText })\n - );\n + return React.isValidElement(emptyText)\n + ? React.cloneElement(emptyText)\n + : emptyText === \"\"\n + ? \" \" // em space, forces the display of an empty line of normal height\n + : translate(emptyText, { _: emptyText });\n }\n \n // Function call ideally wouldnt break break\n - const matchingReferencesError =\n - isMatchingReferencesError(matchingReferences) ?\n - translate(matchingReferences.error, {\n + const matchingReferencesError = isMatchingReferencesError(matchingReferences)\n + ? translate(matchingReferences.error, {\n _: matchingReferences.error,\n })\n : null;\n \n // This one is kinda confusing any way you slice it…\n const obj = {\n error:\n - (\n - matchingReferencesError &&\n - (!input.value ||\n - (input.value &&\n - selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n - ) ?\n - translate(\"ra.input.references.all_missing\", {\n - _: \"ra.input.references.all_missing\",\n - })\n - : null,\n + matchingReferencesError &&\n + (!input.value ||\n + (input.value && selectedReferencesDataStatus === REFERENCES_STATUS_EMPTY))\n + ? translate(\"ra.input.references.all_missing\", {\n + _: \"ra.input.references.all_missing\",\n + })\n + : null,\n };\n \n // I think we should indent after the inner || on this, and do better wtih the parens around the &&\n const obj2 = {\n warning:\n - (\n - matchingReferencesError ||\n - (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n - ) ?\n - matchingReferencesError ||\n - translate(\"ra.input.references.many_missing\", {\n - _: \"ra.input.references.many_missing\",\n - })\n - : null,\n + matchingReferencesError ||\n + (input.value && selectedReferencesDataStatus !== REFERENCES_STATUS_READY)\n + ? matchingReferencesError ||\n + translate(\"ra.input.references.many_missing\", {\n + _: \"ra.input.references.many_missing\",\n + })\n + : null,\n };\n \n // The boolean conditions in the test should look cohesive.\n const selectedReferencesDataStatus =\n - !isEmpty(value) && typeof value === \"string\" && !pattern.test(value) ?\n - getMessage(message, { pattern }, value, values)\n - : undefined;\n + !isEmpty(value) && typeof value === \"string\" && !pattern.test(value)\n + ? getMessage(message, { pattern }, value, values)\n + : undefined;\n \n // Would be nice if these two nested ternaries didn't look like a single one.\n resolveRedirectTo(\n redirectTo,\n basePath,\n - payload ? payload.id || (payload.data ? payload.data.id : null)\n - : requestPayload ? requestPayload.id\n - : null,\n - payload && payload.data ? payload.data\n - : requestPayload && requestPayload.data ? requestPayload.data\n - : null,\n + payload\n + ? payload.id || (payload.data ? payload.data.id : null)\n + : requestPayload\n + ? requestPayload.id\n + : null,\n + payload && payload.data\n + ? payload.data\n + : requestPayload && requestPayload.data\n + ? requestPayload.data\n + : null,\n );\n \n const delayedDataProvider = new Proxy(restProvider, {\n get: (target, name, self) =>\n - (\n - name === \"then\" // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n - ) ?\n - self\n - : (resource, params) =>\n - new Promise((resolve) =>\n - setTimeout(() => resolve(restProvider[name](resource, params)), 500),\n - ),\n + name === \"then\"\n + ? // as we await for the dataProvider, JS calls then on it. We must trap that call or else the dataProvider will be called with the then method\n + self\n + : (resource, params) =>\n + new Promise((resolve) =>\n + setTimeout(\n + () => resolve(restProvider[name](resource, params)),\n + 500,\n + ),\n + ),\n });\n \n function foo4() {\n - return !match || match.length < 5 ?\n - line\n + return !match || match.length < 5\n + ? line\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo5() {\n - return !match || match.length < 5 ?\n - foo(line)\n + return !match || match.length < 5\n + ? foo(line)\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo6() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehooray\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehooray\n : match[1] + match[2] + match[3] + match[4];\n }\n \n function foo7() {\n - return !match || match.length < 5 ?\n - linethatisverylongandbreaksthelinehoorayjustabitlonger\n + return !match || match.length < 5\n + ? linethatisverylongandbreaksthelinehoorayjustabitlonger\n : match[1] + match[2] + match[3] + match[4];\n }\n \n - const badComments =\n - schema.model ? schema\n - // If model is an array where the items schema is a referred model then we need to use that\n - : schema.type === \"array\" ? schema.items\n + const badComments = schema.model\n + ? schema\n + : // If model is an array where the items schema is a referred model then we need to use that\n + schema.type === \"array\"\n + ? schema.items\n : schema;\n \n - const anotherBadComment =\n - refModel ?\n - // If we're in a shared params file then reference the model name directly\n - inSharedParamsFile ? refModel\n - // If we're not in a shared params file then reference the in-file type\n - : classRef()\n - // We don't have a model name, use the in-file name\n - : classRef();\n + const anotherBadComment = refModel\n + ? // If we're in a shared params file then reference the model name directly\n + inSharedParamsFile\n + ? refModel\n + : // If we're not in a shared params file then reference the in-file type\n + classRef()\n + : // We don't have a model name, use the in-file name\n + classRef();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 53)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 90.82457900000736, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 78.61384299991187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 73.05953600001521, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 72.55553499993403, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.23887300002389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.36658100003842, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 77.14655599999242, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "postfix-ternary-regressions.js - {\"experimentalTernaries\":true}" ], "duration": 75.40080699999817, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ninline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsame-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 123, "numPendingTests": 0, "perfStats": { "start": 293198.83346399997, "end": 301263.21388, "runtime": 8064, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 11, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "brackets.js" ], "duration": 0.425734999938868, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.21370500000194, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 62.01391600002535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 61.45745700004045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 63.690694999997504, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 64.39744299999438, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 65.22434899990913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 67.13666000007652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js" ], "duration": 65.51812899997458, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.49047600000631064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 68.95164700003807, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.42844000004698, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.23290199995972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.12363300006837, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.30629199999385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.50191099999938, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.96520099998452, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.17963300005067, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 0.44484099990222603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 63.77146800002083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 64.23168500000611, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 63.05123900005128, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.3416000000434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.64180799992755, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.42894799995702, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.36621200002264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js" ], "duration": 62.1322490000166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.4436080000596121, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.35915699996985, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.20800399989821, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.531858999980614, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.645373999956064, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.60061099997256, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.901069000014104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.455454000039026, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.27047499991022, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 0.42824999999720603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.800250000087544, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.289426000090316, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.17678599990904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.97086100000888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.4817060000496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.069745999993756, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.38216999999713, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js" ], "duration": 63.21215000003576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 0.4717800000216812, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 62.48607600003015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 64.72631900000852, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 62.55663199990522, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 64.16936699999496, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 63.49969199998304, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 63.65876699995715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 64.19212000002153, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js" ], "duration": 63.30333299993072, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 0.4984000000404194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 66.75728200003505, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 65.65389099996537, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 63.908369999960996, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 62.83309700002428, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 61.16226600005757, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 63.228403999935836, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 63.77394099999219, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js" ], "duration": 63.24036400008481, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 0.6276419999776408, "failureMessages": [ "brackets.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `brackets.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -25,8 +25,8 @@\n itGo,\n multiLine,\n andMore,\n soWeCanGetItTo80Columns,\n } from \".\";\n - import {fitsIn, oneLine} from \".\";\n + import { fitsIn, oneLine } from \".\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 63.63740699994378, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 62.06094600004144, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.47241300006863, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.23615700006485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.34186899999622, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 62.59056700009387, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 61.76223100000061, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "brackets.js - {\"bracketSpacing\":false}" ], "duration": 62.4360769999912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 0.455108999973163, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.14280700008385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.8920709999511, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 63.964655000017956, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 66.14288900000975, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 64.91564600006677, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 65.26783499994781, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 66.0930979999248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"bracketSpacing\":false}" ], "duration": 65.88312099990435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 0.4715999999316409, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 64.75505499995779, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.615865000057966, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.031502999947406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 63.05315299995709, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 64.40186899993569, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 64.22772099997383, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 62.900847999961115, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-import.js - {\"bracketSpacing\":false}" ], "duration": 63.76210399996489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 0.6421480000717565, "failureMessages": [ "inline.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `inline.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,11 +9,11 @@\n import a, {somethingSuperLongsomethingSuperLong2} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n import {a2, somethingSuperLongsomethingSuperLong3} from 'somethingSuperLongsomethingSuperLongsomethingSuperLong'\n \n =====================================output=====================================\n import somethingSuperLongsomethingSuperLong from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n - import {somethingSuperLongsomethingSuperLong1} from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n + import { somethingSuperLongsomethingSuperLong1 } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import a, {\n somethingSuperLongsomethingSuperLong2,\n } from \"somethingSuperLongsomethingSuperLongsomethingSuperLong\";\n import {\n a2,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.11547799990512, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.54303099995013, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 64.7837109999964, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 63.71707000001334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 64.03942200005986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 71.86260700004641, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 65.76666600001045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js - {\"bracketSpacing\":false}" ], "duration": 64.28269400005229, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 0.4590970000717789, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 64.1748549999902, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 64.67126100009773, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.97181700007059, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 64.08031900005881, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 63.92050999996718, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 65.30428499996196, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 65.25655099994037, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-line.js - {\"bracketSpacing\":false}" ], "duration": 64.79055699997116, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 0.4391499999910593, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 65.28718200000003, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 67.33144799992442, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 65.44264899997506, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 64.18995299993549, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 64.24825200007763, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.6517580000218, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 63.81551300000865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple_standalones.js - {\"bracketSpacing\":false}" ], "duration": 62.843322000000626, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 0.6903790000360459, "failureMessages": [ "same-local-and-imported.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `same-local-and-imported.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -7,10 +7,10 @@\n import {a} from 'a';\n import {b as b} from 'b';\n import {c as /* comment */c} from 'c';\n \n =====================================output=====================================\n - import {a} from \"a\";\n - import {b as b} from \"b\";\n - import {c as /* comment */ c} from \"c\";\n + import { a } from \"a\";\n + import { b as b } from \"b\";\n + import { c as /* comment */ c } from \"c\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 54)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.09199799993075, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 63.07938899996225, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.09633800003212, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 64.27432299999055, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 62.57372400001623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 62.86760800005868, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 62.97660499997437, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "same-local-and-imported.js - {\"bracketSpacing\":false}" ], "duration": 63.033694999990985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 301344.17106300005, "end": 303652.57283599995, "runtime": 2308, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/bracket-spacing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.4436279999790713, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.518221999984235, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.25167799997143, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.08668700000271, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.95599299995229, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.72941000002902, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 66.15886099997442, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 64.38191100000404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 62.91857900004834, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4341100000310689, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.64901399996597, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.19793599995319, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.38688499992713, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.07106300001033, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.7064010000322, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 65.24497200001497, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.06167199998163, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.392573999939486, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 0.4720410000300035, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.13404100004118, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 64.24975299998187, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.040826999931596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.09704400005285, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.34935899998527, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 63.2046519999858, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 62.90481600002386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js - {\"bracketSpacing\":false}" ], "duration": 65.71385500009637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 0.6144569999305531, "failureMessages": [ "object.js - {\"bracketSpacing\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object.js - {\"bracketSpacing\":false} format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,9 +6,9 @@\n =====================================input======================================\n const obj1 = {a:1, b:2, c:3}\n const obj2 = { a:1, b:2, c:3 };\n \n =====================================output=====================================\n - const obj1 = {a: 1, b: 2, c: 3};\n - const obj2 = {a: 1, b: 2, c: 3};\n + const obj1 = { a: 1, b: 2, c: 3 };\n + const obj2 = { a: 1, b: 2, c: 3 };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 55)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 64.23460900003556, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.6927250000881, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 63.468454999965616, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 64.25956399994902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 65.56132099998649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 66.72472399997059, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 65.50608299998567, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js - {\"bracketSpacing\":false}" ], "duration": 65.44235100003425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nangularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntest_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 122, "numPendingTests": 0, "perfStats": { "start": 303732.14398999995, "end": 312564.93159500003, "runtime": 8833, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/test-declarations/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "angular_async.js" ], "duration": 0.5173159999540076, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 68.94807799998671, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.14155200007372, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.47614200005773, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 65.87929599999916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.41637799993623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 68.02687299996614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 69.02368500002194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js" ], "duration": 67.62719100003596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 0.43605399993248284, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 67.34629400004633, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 67.29415799991693, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 65.58183099993039, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.90211500006262, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 66.86801299999934, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 65.75857199996244, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 65.3625400000019, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js" ], "duration": 64.86039699998219, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 0.5125470000784844, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 67.87878699996509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.51535000000149, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.16259199997876, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 65.00738099997398, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 64.20480900001712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 65.21210400003474, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 65.96356200007722, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js" ], "duration": 65.72482599993236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 0.7930800000904128, "failureMessages": [ "angularjs_inject.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -45,14 +45,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 68.21787199995015, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 67.51728300005198, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 66.61923499999102, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 66.99922699993476, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 67.58511999994516, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 67.94410599989351, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 69.61128199996892, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js" ], "duration": 67.96188199997414, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 0.4497699999483302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 72.64789199992083, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 70.4923730000155, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 69.39335499994922, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 68.69870800001081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 67.80291800003033, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 70.12880499998573, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 70.45569900004193, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js" ], "duration": 70.00415500008967, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 0.6137450000969693, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 82.4898300000932, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 73.83469599997625, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.95287299994379, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 70.50252500001807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 74.06818399997428, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 76.2309949999908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 74.101963999914, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js" ], "duration": 76.20151300006546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 0.8912730000447482, "failureMessages": [ "test_declarations.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -260,39 +260,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -319,14 +309,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 96.28938299999572, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 79.82903300004546, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 77.20886300003622, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 74.49248500005342, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 72.94576399994548, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 79.66511100006755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 77.74297999998089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js" ], "duration": 78.42678600002546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.47243199998047203, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.58562100003473, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.25694200000726, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.04532299994025, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.10644300002605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.21672500006389, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.7979949999135, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.51877900003456, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_async.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.13491899997462, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.48174900002777576, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.40662699996028, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.55202399997506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.95031700003892, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.31799700006377, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.9024699999718, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.54652799991891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.656161999912, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_fakeAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.57850499998312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.4449000000022352, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.66617300000507, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.35023900005035, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.81820999993943, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.34068400005344, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.3597970000701, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.87631600000896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.43363600003067, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angular_waitForAsync.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.47811299993191, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.6608139999443665, "failureMessages": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `angularjs_inject.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -46,14 +46,11 @@\n \n it(\"does something really long and complicated so I have to write a very long name for the test\", inject(() => {\n // code\n }));\n \n - it(\"does something really long and complicated so I have to write a very long name for the test\", inject((\n - $fooServiceLongName,\n - $barServiceLongName,\n - ) => {\n + it(\"does something really long and complicated so I have to write a very long name for the test\", inject(($fooServiceLongName, $barServiceLongName) => {\n // code\n }));\n \n /*\n * isTestCall(parent) should only be called when parent exists\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.22975499997847, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.82112600002438, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.62934200000018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.20566199999303, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 65.90723899996374, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.42067100002896, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.15364599996246, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "angularjs_inject.js - {\"arrowParens\":\"avoid\"}" ], "duration": 66.02600899990648, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.48111900000367314, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.71027699997649, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.71292000007816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.5791779999854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.00612799997907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 67.59224499994889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.21191700000782, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.81027900008485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each-template-string.js - {\"arrowParens\":\"avoid\"}" ], "duration": 68.98554099991452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.46791300002951175, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 78.40973499999382, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.00588100007735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.43269200006034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 71.43388600007165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 69.70073899999261, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 86.32432700006757, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 72.71433500002604, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jest-each.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.23764099995606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 0.8679599999450147, "failureMessages": [ "test_declarations.js - {\"arrowParens\":\"avoid\"} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test_declarations.js - {\"arrowParens\":\"avoid\"} format 1`\n \n - Snapshot - 24\n + Received + 11\n \n @@ -261,39 +261,29 @@\n \n test.describe(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe\n - .parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.parallel(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.parallel\n - .only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n + test.describe.parallel.only(\"does something really long and complicated so I have to write a very long name for the testThis is a very\", () => {});\n \n - test.describe.parallel\n - .only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n + test.describe.parallel.only(`does something really long and complicated so I have to write a very long name for the testThis is a very`, () => {});\n \n - test.describe\n - .serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe\n - .serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n - test.describe.serial\n - .only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n + test.describe.serial.only(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n - test.describe.serial\n - .only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n + test.describe.serial.only(`does something really long and complicated so I have to write a very long name for the test`, () => {});\n \n // Should break\n \n it.only(\n \"does something really long and complicated so I have to write a very long name for the test\",\n @@ -320,14 +310,11 @@\n xskip(\n \"does something really long and complicated so I have to write a very long name for the test\",\n () => {},\n );\n \n - test.describe.only.parallel(\n - \"does something really long and complicated so I have to write a very long name for the test\",\n - () => {},\n - );\n + test.describe.only.parallel(\"does something really long and complicated so I have to write a very long name for the test\", () => {});\n \n test.describe.parallel.serial(\n \"does something really long and complicated so I have to write a very long name for the testThis is a very\",\n () => {},\n );\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 56)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 86.84056199993938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 79.5599950000178, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.0432359999977, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 75.09612099989317, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 70.69185599999037, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.40607400005683, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 73.74290700000711, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test_declarations.js - {\"arrowParens\":\"avoid\"}" ], "duration": 76.1713049999671, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 312654.201712, "end": 313219.99266000005, "runtime": 566, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/trailing-whitespace/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "snippet: #0" ], "duration": 0.5180470000486821, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.07593499997165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.111665999982506, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.06277700001374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.17364199995063, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.55742100009229, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.531550999963656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 61.279716000077315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "snippet: #0" ], "duration": 60.47266500000842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 313301.918088, "end": 315566.048201, "runtime": 2264, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/ignore/semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.42347999999765307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.9753910000436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.17849500000011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.84510899998713, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.83760299999267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.40767099999357, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.12314999999944, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 59.790886000031605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.65885000000708, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.48508599994238466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 81.56982199999038, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.85726799990516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.89520399994217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.51206800004002, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.40720199991483, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 62.36592800007202, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 64.04590100003406, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 63.321809999994, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 0.6479299999773502, "failureMessages": [ "asi.js - {\"semi\":false} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `asi.js - {\"semi\":false} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n [1].map();\n \n =====================================output=====================================\n foo\n // prettier-ignore\n - ;[1].map();\n + [1].map();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 58)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 63.51353699993342, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.67230699991342, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.55128499993589, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.85115399991628, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 61.92775899998378, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.38068000006024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 63.00314399995841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js - {\"semi\":false}" ], "duration": 62.59539600007702, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 0.42137600004207343, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 63.0878120000707, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 63.38642799993977, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.83863899996504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.205335000064224, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 63.443144999910146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 65.80088800005615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 64.26700100000016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js - {\"semi\":false}" ], "duration": 62.439894999959506, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 180, "numPendingTests": 0, "perfStats": { "start": 315654.283765, "end": 326954.97359599994, "runtime": 11301, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 20, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/keyword-property/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async.js" ], "duration": 0.4824910000897944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 66.51691200002097, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.20542099990416, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.77616499993019, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.68657199991867, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.28262000007089, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 63.00815200002398, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.51730599999428, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.42932600004133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.41915199998766184, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.27670599997509, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.48564800003078, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.80100700003095, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 60.95624199998565, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.59367299999576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 62.48818600003142, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.191621999954805, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 61.162730999989435, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 0.48444399994332343, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js" ], "duration": 63.06285599991679, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 62.611771000083536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js" ], "duration": 63.02243299991824, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.371749000041746, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.11757200001739, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js" ], "duration": 61.797235999954864, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js" ], "duration": 60.84075600001961, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js" ], "duration": 62.08898000000045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 0.43408000003546476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js" ], "duration": 65.1018950000871, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 64.44638800004032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.92241100000683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js" ], "duration": 61.37066000001505, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.16906700003892, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js" ], "duration": 63.68384299997706, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.00912899989635, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js" ], "duration": 62.34027000004426, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 0.504391000024043, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.5824010000797, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.50442400004249, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.499497000011615, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js" ], "duration": 61.39312899997458, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.312568000052124, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js" ], "duration": 63.21678100002464, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.64711200003512, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js" ], "duration": 62.20336100005079, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 0.493730999995023, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 63.383126999950036, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.627811999991536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.34978899999987, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 61.56565900007263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.8920780000044, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.77330600004643, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 62.99324800004251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js" ], "duration": 63.68633900000714, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 0.41469399991910905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 65.34017400001176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 63.83431900001597, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.52137199998833, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 61.37791300006211, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.932268999982625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 65.10936699993908, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 64.32333899999503, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js" ], "duration": 62.000435000052676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 0.4580650000134483, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.693971000029705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.79246199992485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.43715000001248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.314156000036746, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 62.30042300000787, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 61.0560510000214, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 60.38086900010239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js" ], "duration": 63.00073099997826, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 0.42087599996011704, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 63.150840000016615, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.900524999946356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.286375000025146, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 59.607993999961764, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 60.5862859999761, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.7848079999676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 61.28612000006251, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js" ], "duration": 62.10606999997981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 0.4387690000003204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.24178599996958, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 62.59850099997129, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js" ], "duration": 63.73676199989859, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.9115499999607, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.06114100001287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.44164199999068, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js" ], "duration": 61.16443200001959, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js" ], "duration": 60.70932200003881, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 0.42561399994883686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 63.60369399993215, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 62.5571119999513, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 61.8148340000771, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.228549999999814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.05409300001338, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.41078000003472, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.72947200003546, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js - {\"semi\":false}" ], "duration": 60.99187499994878, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 0.42799799994099885, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 62.631282999995165, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.6500239999732, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.61024099995848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.42674300004728, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.54865200002678, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 61.88146699999925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 60.487329000025056, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "computed.js - {\"semi\":false}" ], "duration": 62.984952999977395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 0.41540499997790903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.32016999996267, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.87314799998421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.31532000005245, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.7072979999939, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.641921999980696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 62.16488199995365, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 61.88754699996207, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "get.js - {\"semi\":false}" ], "duration": 61.46480499999598, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 0.4301620000042021, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 63.92808400001377, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.49045499996282, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 63.20062599994708, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.954467999981716, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 61.70311200001743, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 62.55793399992399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.62430199992377, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private.js - {\"semi\":false}" ], "duration": 64.5942989999894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 0.4165270000230521, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.670626000035554, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.06086500000674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.835163000039756, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 63.02466799993999, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.6392989999149, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 61.32047600008082, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 62.25518900004681, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "set.js - {\"semi\":false}" ], "duration": 64.46970799996052, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 0.4003569999476895, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 63.56574700004421, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.776824999949895, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.53844899998512, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.95622200006619, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 63.63719999999739, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 63.76987800002098, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 62.546953000011854, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-async.js - {\"semi\":false}" ], "duration": 64.84032900002785, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 0.4153360000345856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 64.4653779999353, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.45014000008814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.50936500006355, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 64.40527300001122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 63.805888000060804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 65.47735299996566, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 65.65627099992707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-get.js - {\"semi\":false}" ], "duration": 66.00255400000606, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 0.39881400007288903, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 65.9204290000489, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 69.69292299996596, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 64.85722100001294, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.9576090000337, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.814595000003465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 62.59465300000738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 61.22705500002485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-set.js - {\"semi\":false}" ], "duration": 63.01701300009154, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 0.3977819998981431, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.666339999996126, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 61.878381000016816, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 63.02082999993581, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 65.23116600001231, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.37607599992771, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.61349000001792, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.58501799998339, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static-static.js - {\"semi\":false}" ], "duration": 62.20640799996909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 0.40642899996601045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.64964099996723, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.687612000037916, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 89.04917000001296, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 63.36979199992493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 61.500235000043176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.77937999996357, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 60.57915300002787, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "static.js - {\"semi\":false}" ], "duration": 59.92213700001594, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 327050.11758, "end": 329235.453802, "runtime": 2185, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/tab-width/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.4456520000239834, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.84218100004364, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.147525000036694, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.17487099999562, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 58.83462999993935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.5888280000072, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.23338099999819, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.947213999927044, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 59.38739600009285, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 0.5973750000121072, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.33343099988997, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 61.70241799997166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.42587499995716, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.638797000050545, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.01483400003053, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 58.59861600003205, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 60.84228300000541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js" ], "duration": 59.4419769999804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 0.4383580000139773, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.40991499996744, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.41559300001245, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.53746999998111, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 61.64020300004631, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 59.33574100001715, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 58.59197900001891, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 59.74986300000455, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"tabWidth\":4}" ], "duration": 60.25179299991578, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 0.43053300003521144, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 61.832840999937616, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 60.62635200005025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.33262800006196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.239770000102, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.772069999948144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 59.3799299999373, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.15188300004229, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-functions.spec.js - {\"tabWidth\":4}" ], "duration": 58.240315999952145, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nasync-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nvalid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 45, "numPendingTests": 0, "perfStats": { "start": 329321.98697200004, "end": 331024.115359, "runtime": 1702, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 24, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring-private-fields/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.6500229999655858, "failureMessages": [ "arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = ({ #x: x }) => {};\n + #p = ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.5237709999783, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.42262099997606, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 1.4833890000591055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8032789999851957, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 0.8508579999906942, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-params.js" ], "duration": 59.801281000021845, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.4442999999737367, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 62.206529000075534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 61.670139000052586, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 1.2773039999883622, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.8830480000469834, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.8750729999737814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 59.15323099994566, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.587546999915503, "failureMessages": [ "async-arrow-params.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-arrow-params.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -9,9 +9,11 @@\n }\n \n =====================================output=====================================\n class C {\n #x = 1;\n - #p = async ({ #x: x }) => {};\n + #p = async ({ #x: x })\n + => {\n + }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 60.63700099999551, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.63685100001749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 1.4768359999870881, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.7894640000304207, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 0.8512799999443814, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-arrow-params.js" ], "duration": 59.407925999956205, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.42190800001844764, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 58.64626400009729, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.50296999991406, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 1.2557939999969676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.7891529999906197, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 0.852320000063628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bindings.js" ], "duration": 59.00371099996846, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.4876899999799207, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 60.92390399996657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 62.297177999978885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 1.2931439999956638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8543749999953434, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 0.8420219999970868, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-lhs.js" ], "duration": 59.06620599993039, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.6339729999890551, "failureMessages": [ "nested-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested-bindings.js format 1`\n \n - Snapshot - 3\n + Received + 1\n \n @@ -13,13 +13,11 @@\n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n const {\n - x: {\n - #x: [x],\n - },\n + x: { #x: [x] },\n y: [...{ #x: y }],\n } = this;\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 60.90891700005159, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 60.61080999998376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 1.2835659999400377, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.9187949999468401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 0.8574099999386817, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-bindings.js" ], "duration": 59.868492000037804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.6561150000197813, "failureMessages": [ "valid-multiple-bindings.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `valid-multiple-bindings.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,10 +12,10 @@\n \n =====================================output=====================================\n class C {\n #x = 1;\n m() {\n - const { #x: x1, #x: x2 = x1 } = this;\n + const {#x: x1, #x: x2 = x1 } = this;\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 61)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.53945100004785, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 59.47561099997256, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 1.293974999920465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.7875710000516847, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 0.8236269999761134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "valid-multiple-bindings.js" ], "duration": 58.6916570001049, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 331124.33960699994, "end": 331312.99782600004, "runtime": 189, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/escaped/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.643470999901183, "failureMessages": [ "default-escaped.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `default-escaped.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -5,8 +5,11 @@\n =====================================input======================================\n // export asyn\\u{63} from \"async\";\n export n\\u{63} from \"async\";\n =====================================output=====================================\n // export asyn\\u{63} from \"async\";\n - export nc from \"async\";\n + export\n + n\\u{63};\n + from;\n + (\"async\");\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 62)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 2.337593000032939, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.9380399999208748, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.7714799999957904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 0.9012820000061765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 58.01710699999239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "default-escaped.js" ], "duration": 57.66775499994401, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 331396.82119700004, "end": 331829.23856699996, "runtime": 432, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.5662269999738783, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 64.94402099994477, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.232564000063576, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.934232000028715, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 60.73135799996089, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.11576000007335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.37584600003902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 331909.427846, "end": 332148.55950299994, "runtime": 239, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/top-level-super/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.497899999958463, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.40406400000211, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 1.4737810000078753, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.6903190000448376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 0.7682639999547973, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 58.49852700007614, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.17959700000938, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 117, "numPendingTests": 0, "perfStats": { "start": 332234.639668, "end": 339627.273066, "runtime": 7393, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 13, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/functional-composition/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functional_compose.js" ], "duration": 0.445551999961026, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 70.0012890000362, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.55157299991697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.69724899996072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.16509099991526, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 62.135666999965906, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 64.07263900001999, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.04017099994235, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functional_compose.js" ], "duration": 65.42101699998602, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 0.41048600000794977, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 62.290553000057116, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.118311999947764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.43314700003248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 61.55738699994981, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.22651299997233, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.32078800001182, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 59.847056000027806, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "gobject_connect.js" ], "duration": 60.368707999936305, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 0.3906389999901876, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 68.26211999997031, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 63.2965860000113, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.13622700003907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.851803999976255, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.50772800005507, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 60.80947400000878, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 62.072438000002876, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow.js" ], "duration": 61.36850400001276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 0.39935500000137836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 63.945146000012755, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.64549900009297, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.97543200000655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.00287700002082, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 59.401983999996446, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 60.54019900003914, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 61.931074999971315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lodash_flow_right.js" ], "duration": 62.505356000037864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 0.38078000000678003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.00188999995589, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.96072199998889, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.71716099989135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.315425999928266, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 61.011189999990165, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.331438999972306, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.67693099996541, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "mongo_connect.js" ], "duration": 60.833498000050895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 0.454687999910675, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 68.71085000003222, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.6771749999607, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.88013800000772, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 62.52236699999776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.81868000002578, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 66.77060799999163, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 63.8633400000399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls-with-comments.js" ], "duration": 64.03863900003489, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 0.3994360000360757, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 66.711738999933, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 64.4819439999992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.4008240000112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.984979000058956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 61.94181699992623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.759370999992825, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 62.12516399996821, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "pipe-function-calls.js" ], "duration": 63.24623299995437, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 0.430523999966681, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 74.68140500003938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 69.99556099995971, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 72.34220600000117, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 80.31148699996993, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.30275499995332, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 65.20840199990198, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 64.63406899990514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_compose.js" ], "duration": 66.13622599991504, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 0.43013300001621246, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 65.82254700001795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.19423399993684, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 63.9806989999488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 68.94610899989493, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 61.33697800000664, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 64.54420300002676, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.16137300000992, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ramda_pipe.js" ], "duration": 62.899663999909535, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 0.43091399990953505, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 63.37159300001804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.58162499999162, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.13491599995177, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 60.934360999963246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.43331500003114, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 62.12553299998399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.50641099992208, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_compose.js" ], "duration": 61.37514400004875, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 0.42467300000134856, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 62.25195800000802, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.819653999991715, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.395635999972, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 60.17504500003997, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.09565999999177, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.81810100004077, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.45837000000756, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "redux_connect.js" ], "duration": 61.66559899994172, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 0.4580149999819696, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 64.29661700001452, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.214399000047706, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.49163800000679, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 61.50205100001767, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.3577669999795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.70419399999082, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 63.54960599995684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reselect_createselector.js" ], "duration": 62.69189000001643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 0.40419399994425476, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.9677340000635, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.7265259999549, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.40627600008156, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 63.92278200003784, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.862840999965556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.69442799990065, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 64.17010500002652, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "rxjs_pipe.js" ], "duration": 62.02357200009283, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 339711.370634, "end": 340145.98269299994, "runtime": 435, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-property-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "after-key.js" ], "duration": 0.39316400000825524, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.6872110000113, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 61.8416079999879, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.8570100000361, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 61.44109400000889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.09104299999308, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "after-key.js" ], "duration": 62.04168799996842, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobjects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 40, "numPendingTests": 0, "perfStats": { "start": 340238.552874, "end": 342850.224646, "runtime": 2612, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/quotes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "functions.js" ], "duration": 0.40480499994009733, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js" ], "duration": 60.23826899996493, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 59.659423000062816, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 60.12474999995902, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 60.42702400009148, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.26928400003817, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js" ], "duration": 61.62912099994719, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 0.7009989999933168, "failureMessages": [ "objects.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - \"𐊧\": true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.425625000032596, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.33954499999527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 60.41318999999203, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 60.11750499997288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 60.03993299999274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js" ], "duration": 59.60489700001199, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 0.44858800002839416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js" ], "duration": 64.93867299996782, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.09953099989798, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 62.09323600004427, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.02963800006546, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.639547000057064, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js" ], "duration": 61.977780999965034, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 0.41520399996079504, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 60.81685499998275, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 66.9380269999383, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 62.71585599996615, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 58.34287399996538, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 60.17982399999164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "functions.js - {\"singleQuote\":true}" ], "duration": 61.18097200000193, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 0.6485210000537336, "failureMessages": [ "objects.js - {\"singleQuote\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `objects.js - {\"singleQuote\":true} format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -12,9 +12,9 @@\n \n =====================================output=====================================\n const obj = {\n a: true,\n b: true,\n - '𐊧': true,\n + 𐊧: true,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 67)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 66.68444499990437, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 61.68726599996444, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 61.60508100001607, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 61.75543599994853, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.29602300003171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "objects.js - {\"singleQuote\":true}" ], "duration": 62.14560299995355, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 0.4306640001013875, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 69.42993899993598, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 62.05569499998819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 64.03412399999797, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.49422200000845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.12301500001922, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "strings.js - {\"singleQuote\":true}" ], "duration": 63.27844699996058, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 70, "numPendingTests": 0, "perfStats": { "start": 342938.89517999993, "end": 347392.70839800005, "runtime": 4454, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/no-semi/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class.js" ], "duration": 0.41791000007651746, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 90.211930999998, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 67.01499100006185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.01953400007915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.31420599995181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.82959799992386, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.42398100008722, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.40944399998988956, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.28078000003006, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.187028000014834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.60212199995294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 59.94637700007297, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.14354199997615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.35474500001874, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 0.4739749999716878, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 62.68060099997092, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 60.71734400000423, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 61.09285599994473, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.30954799999017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.03436200006399, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js" ], "duration": 63.03756700002123, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 0.43507200002204627, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 72.70462099998258, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 64.77907899999991, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 65.18190900003538, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 64.85784499999136, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 65.5400999999838, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js" ], "duration": 64.78934899996966, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 0.4386190000222996, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 60.00790500000585, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 60.43269300006796, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 60.01628899993375, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 59.84682099998463, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.18047999998089, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js" ], "duration": 61.092137999949045, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 0.424172000028193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 79.305102000013, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 64.78934899996966, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 64.0772570000263, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 64.85547999991104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 65.67712400003802, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js - {\"semi\":false}" ], "duration": 64.72588699997868, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 0.40741099999286234, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 62.15662400005385, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.98320399993099, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 59.764149000053294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 62.241236999980174, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 60.7675520000048, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js - {\"semi\":false}" ], "duration": 60.600156000000425, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 0.4396510000806302, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 61.5911770000821, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.13860399997793, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 59.71559699997306, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 60.30333200003952, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 64.48636099998839, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue2006.js - {\"semi\":false}" ], "duration": 61.77504899993073, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 0.441785000031814, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 69.29052799998317, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 66.6135620001005, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 68.60528900008649, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 63.10320600005798, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 64.79291600000579, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-semi.js - {\"semi\":false}" ], "duration": 64.84370799991302, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 0.484885000041686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 63.00370300002396, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 61.374695000005886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 61.280435999971814, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 60.64025900000706, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 62.45134200004395, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "private-field.js - {\"semi\":false}" ], "duration": 60.01720000000205, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 347479.78633900004, "end": 348589.087613, "runtime": 1109, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 0.3966600000858307, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 60.53369199996814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 59.635726999957114, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 61.7605250000488, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 61.01478099997621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 62.052998000057414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 62.85597800009418, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 62.18746799998917, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function-invalid.js" ], "duration": 62.24392500007525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 0.45456899993587285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 63.05922799999826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 62.3484499999322, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.629811999970116, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.58200299995951, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 60.43546700000297, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 61.676329000038095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 61.797831999952905, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow-function.js" ], "duration": 62.41068600001745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 21, "numPendingTests": 0, "perfStats": { "start": 348677.39588, "end": 349913.52102000004, "runtime": 1236, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/non-strict/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 0.39616900007240474, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 63.8113809999777, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 63.73010699998122, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 63.03632600000128, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.518041000002995, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 60.73015199997462, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-name-clash.js" ], "duration": 62.0788440000033, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 0.3911500000394881, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 62.17628600005992, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.59880400006659, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 60.58362799999304, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.079139999928884, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.24381800007541, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keywords.js" ], "duration": 61.678206000011414, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 0.433218999998644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 1.5981730000348762, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.540823000017554, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 60.90813299990259, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.074039999977686, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.788454000023194, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "octal-number.js" ], "duration": 61.76470099994913, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 350002.67779299995, "end": 350132.483499, "runtime": 130, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/export-default-from/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export.js" ], "duration": 0.6344939999980852, "failureMessages": [ "export.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `export.js format 1`\n \n - Snapshot - 4\n + Received + 17\n \n @@ -12,16 +12,29 @@\n export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n export { foooooooooooooooooooooooooooooooooooooooooooooo, fooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n \n =====================================output=====================================\n export * as ns from \"mod\";\n - export v from \"mod\";\n - export a, * as b from \"mod\";\n - export c, { foo } from \"mod\";\n + export\n + v;\n + from;\n + (\"mod\");\n + export\n + a, * as\n + b;\n + from;\n + (\"mod\");\n + export\n + c, { foo };\n + from;\n + (\"mod\");\n export * as d from \"mod\";\n export { fooooooooooooooooooooooooooooooooooooooooooooooooo } from \"fooooooooooooooooooooooooooooo\";\n - export Bar from \"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\";\n + export\n + Bar;\n + from;\n + (\"barrrrrrrrrrrrrrrrrrrrrrrrrrrr\");\n export {\n foooooooooooooooooooooooooooooooooooooooooooooo,\n fooooooooooooooooooooooooooooooooooooooooooooooo,\n } from \"fooooooooooooooooooooooooooooo\";\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 71)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "export.js" ], "duration": 1.0791149999713525, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7292209999868646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export.js" ], "duration": 0.7076109999325126, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export.js" ], "duration": 63.54577500000596, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 350220.15606999997, "end": 350480.776565, "runtime": 261, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/v8_intrinsic/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.4451809999300167, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 1.1662370000267401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.7341810000361875, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 0.6808799999998882, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "avoid-conflicts-to-pipeline.js" ], "duration": 62.42973299999721, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.6697299999650568, "failureMessages": [ "intrinsic_call.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `intrinsic_call.js format 1`\n \n - Snapshot - 4\n + Received + 16\n \n @@ -28,16 +28,28 @@\n );\n }\n \n =====================================output=====================================\n function doSmth() {\n - %DebugPrint(foo);\n + %DebugPrint\n + (\n + foo )\n }\n \n function printFunc(f) {\n - if (%IsAsmWasmCode(f)) console.log(\"asm.js\");\n - if (%IsWasmCode(f)) console.log(\"wasm\");\n + if(%\n + IsAsmWasmCode(f)) console.log(\"asm.js\");\n + if(\n \n - console.log(%GetFunctioName(f));\n + % IsWasmCode(\n + f))\n + console.log (\n + \"wasm\"\n + );\n +\n + console.log\n + (%\n + GetFunctioName(f)\n + );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 72)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 1.1171549999853596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.8038110000779852, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 0.7293720000889152, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "intrinsic_call.js" ], "duration": 64.1964680000674, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 350576.61781200004, "end": 350716.38048700005, "runtime": 140, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.6257179999956861, "failureMessages": [ "throw_expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `throw_expression.js format 1`\n \n - Snapshot - 11\n + Received + 12\n \n @@ -20,32 +20,33 @@\n get id() { return this._id; }\n set id(value) { this._id = value || throw new Error(\"Invalid value\"); }\n }\n \n =====================================output=====================================\n - function save(filename = throw new TypeError(\"Argument required\")) {}\n + function save(filename = throw new TypeError(\"Argument required\")\n + )\n + {\n + }\n \n lint(ast, {\n - with: () => throw new Error(\"avoid using 'with' statements.\"),\n + with: () => throw new Error(\"avoid using 'with' statements.\")\n });\n \n function getEncoder(encoding) {\n - const encoder =\n - encoding === \"utf8\"\n - ? new UTF8Encoder()\n - : encoding === \"utf16le\"\n - ? new UTF16Encoder(false)\n - : encoding === \"utf16be\"\n - ? new UTF16Encoder(true)\n - : throw new Error(\"Unsupported encoding\");\n + const encoder = encoding === \"utf8\" ? new UTF8Encoder()\n + : encoding === \"utf16le\" ? new UTF16Encoder(false)\n + : encoding === \"utf16be\" ? new UTF16Encoder(true)\n + :\n + throw new Error(\"Unsupported encoding\");\n }\n \n class Product {\n get id() {\n return this._id;\n }\n set id(value) {\n - this._id = value || throw new Error(\"Invalid value\");\n + this._id = value ||\n + throw new Error(\"Invalid value\");\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 73)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 1.1864039999200031, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7558609999250621, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 0.7244030000874773, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "throw_expression.js" ], "duration": 60.79387100005988, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndestructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrecord.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nshorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nspread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nsyntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 6, "numPassingTests": 24, "numPendingTests": 0, "perfStats": { "start": 350805.47541, "end": 351570.65317899996, "runtime": 765, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 18, "unchecked": 0, "unmatched": 6, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/record/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "computed.js" ], "duration": 0.6983730000210926, "failureMessages": [ "computed.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `computed.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -13,15 +13,15 @@\n assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n =====================================output=====================================\n const key = \"a\";\n - assert(#{ [key]: 1 } === #{ a: 1 });\n - assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 });\n + assert(#{ [key]: 1 } === #{ a: 1 })\n + assert(#{ [key.toUpperCase()]: 1 } === #{ A: 1 })\n \n - assert(#{ [true]: 1 } === #{ true: 1 });\n - assert(#{ [true]: 1 } === #{ [\"true\"]: 1 });\n + assert(#{ [true]: 1 } === #{ true: 1 })\n + assert(#{ [true]: 1 } === #{ [\"true\"]: 1 })\n \n - assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" });\n - assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" });\n + assert(#{ [1 + 1]: \"two\" } === #{ 2: \"two\" })\n + assert(#{ [9 + 1]: \"ten\" } === #{ [\"10\"]: \"ten\" })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "computed.js" ], "duration": 1.1972050000913441, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7820699999574572, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 0.7842140001012012, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "computed.js" ], "duration": 65.66457899997476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.6971309999935329, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 2\n + Received + 10\n \n @@ -12,15 +12,23 @@\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n \n =====================================output=====================================\n - const { a, b } = #{ a: 1, b: 2 };\n + const { a, b } = #;\n + {\n + a: 1, b;\n + : 2\n + }\n assert(a === 1);\n assert(b === 2);\n \n - const { a, ...rest } = #{ a: 1, b: 2, c: 3 };\n + const { a, ...rest } = #;\n + {\n + a: 1, b;\n + : 2, c: 3\n + }\n assert(a === 1);\n assert(typeof rest === \"object\");\n assert(rest.b === 2);\n assert(rest.c === 3);\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 1.127024000044912, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.744719999958761, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7285089999204502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.2625789999729, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7635049999225885, "failureMessages": [ "record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `record.js format 1`\n \n - Snapshot - 6\n + Received + 10\n \n @@ -19,17 +19,21 @@\n assert(record1?.d === undefined);\n assert(record1?.d ?? 5 === 5);\n assert(record1.d?.a === undefined);\n \n =====================================output=====================================\n - const record1 = #{\n - a: 1,\n - b: 2,\n - c: 3,\n - };\n + const record1 = #;\n + {\n + a: 1, b;\n + : 2,\n + c: 3,\n + }\n \n - const record2 = #{ ...record1, b: 5 };\n + const record2 = #;\n + {\n + ...record1, b: 5\n + }\n \n assert(record1.a === 1);\n assert(record1[\"a\"] === 1);\n assert(record1 !== record2);\n assert(record2 === #{ a: 1, c: 3, b: 5 });\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "record.js" ], "duration": 1.0364449999760836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7213459999766201, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "record.js" ], "duration": 0.7012889999896288, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "record.js" ], "duration": 62.08805400005076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.5895299999974668, "failureMessages": [ "shorthand.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `shorthand.js format 1`\n \n - Snapshot - 1\n + Received + 4\n \n @@ -7,9 +7,12 @@\n const record = #{ url }\n console.log(record.url) // https://github.com/tc39/proposal-record-tuple\n \n =====================================output=====================================\n const url = \"https://github.com/tc39/proposal-record-tuple\";\n - const record = #{ url };\n + const record = #;\n + {\n + url;\n + }\n console.log(record.url); // https://github.com/tc39/proposal-record-tuple\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 1.074676000047475, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7959559999871999, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 0.7280589999863878, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "shorthand.js" ], "duration": 60.17913300008513, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.6678870000177994, "failureMessages": [ "spread.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `spread.js format 1`\n \n - Snapshot - 4\n + Received + 14\n \n @@ -9,13 +9,23 @@\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n =====================================output=====================================\n - const formData = #{ title: \"Implement all the things\" };\n - const taskNow = #{ id: 42, status: \"WIP\", ...formData };\n - const taskLater = #{ ...taskNow, status: \"DONE\" };\n + const formData = #;\n + {\n + title: \"Implement all the things\";\n + }\n + const taskNow = #;\n + {\n + id: 42, status;\n + : \"WIP\", ...formData\n + }\n + const taskLater = #;\n + {\n + ...taskNow, status: \"DONE\"\n + }\n \n // A reminder: The ordering of keys in record literals does not affect equality (and is not retained)\n - assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 });\n + assert(taskLater === #{ status: \"DONE\", title: formData.title, id: 42 })\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 1.605466999928467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.7120390000054613, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 0.724311999976635, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.2668479999993, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6187449999852106, "failureMessages": [ "syntax.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `syntax.js format 1`\n \n - Snapshot - 3\n + Received + 17\n \n @@ -6,10 +6,24 @@\n #{}\n #{ a: 1, b: 2 }\n #{ a: 1, b: #[2, 3, #{ c: 4 }] }\n \n =====================================output=====================================\n - #{};\n - #{ a: 1, b: 2 };\n - #{ a: 1, b: #[2, 3, #{ c: 4 }] };\n + #\n + {\n + }\n + #\n + {\n + a: 1, b;\n + : 2\n + }\n + #\n + {\n + a: 1, b;\n + : #[2, 3, #\n + {\n + c: 4;\n + }\n + ]\n + }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 74)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.9429699999745935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.7071999999461696, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 0.6650220000883564, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "syntax.js" ], "duration": 62.37771400006022, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nhack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nminimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 16, "numPendingTests": 0, "perfStats": { "start": 351664.370604, "end": 352211.70879999996, "runtime": 547, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/pipeline-operator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-comments.js" ], "duration": 0.5706250000512227, "failureMessages": [ "block-comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `block-comments.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -10,12 +10,12 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n bifornCringerMoshedPerplexSawder\n - |> foo1\n - |> foo2 /* comment1 */\n - |> foo3 /* comment2 */\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo1\n + |> foo2 /* comment1 */\n + |> foo3 /* comment2 */\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 1.119609999936074, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7579549999209121, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 0.7076610000804067, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-comments.js" ], "duration": 61.397598000010476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.8024880000157282, "failureMessages": [ "fsharp_style_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `fsharp_style_pipeline_operator.js format 1`\n \n - Snapshot - 21\n + Received + 44\n \n @@ -54,39 +54,62 @@\n const f = x |> (f) => f |> f;\n \n =====================================output=====================================\n promise\n |> await\n - |> (x) => doubleSay(x, \", \")\n + |> x\n + => doubleSay(x, ', ')\n |> capitalize\n - |> (x) => x + \"!\"\n - |> (x) => new User.Message(x)\n - |> (x) => stream.write(x)\n + |> x => x + '!'\n + |> x => new User.Message(x)\n + |> x => stream.write(x)\n |> await\n - |> console.log;\n + |> console.log\n \n - const result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + const result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - const newScore =\n - person.score |> double |> (n) => add(7, n) |> (n) => boundScore(0, 100, n);\n + const newScore = person.score\n + |> double\n + |> n\n + => add(7, n)\n + |> n => boundScore(0, 100, n)\n \n - const user =\n - url |> api.get |> await |> (r) => r.json() |> await |> (j) => j.data.user;\n + const user = url\n + |> api.get\n + |> await\n + |> r\n + => r.json()\n + |> await\n + |> j => j.data.user\n \n - const f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const f = (x) => (x |> (y)\n + => y + 1)\n + |> (z) => z * y\n \n - const _f = (x) => x |> (y) => y + 1 |> (z) => z * y;\n + const _f = (x) => x\n + |> (y)\n + => y + 1\n + |> (z) => z * y\n \n - const g = (x) => x |> (y) => (y + 1 |> (z) => z * y);\n + const g = (x) => x\n + |> (y)\n + => (y + 1 |> (z) => z * y)\n \n - const _g = (x) => x |> ((y) => (y + 1 |> (z) => z * y));\n + const _g = (x) => x\n + |> (y => (y + 1 |> (z)\n + => z * y))\n \n - const __g = (x) =>\n - x\n - |> ((y) => {\n - return y + 1 |> (z) => z * y;\n - });\n + const __g = (x) => x\n + |> (\n + y => {\n + return (y + 1 |> (z) => z * y);\n + }\n + )\n \n - const f = x + ((f) => f |> f);\n - const f = x |> (f) => f |> f;\n + const f = x + ((f) => (f |> f));\n + const f = x |> (f)\n + => f |> f\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 1.0425660000182688, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7452110000886023, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 0.7199640000471845, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "fsharp_style_pipeline_operator.js" ], "duration": 67.54139200004283, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.8827780000865459, "failureMessages": [ "hack_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `hack_pipeline_operator.js format 1`\n \n - Snapshot - 30\n + Received + 36\n \n @@ -55,57 +55,63 @@\n |> (a.b?.(%))\n |> a.b?.(%);\n }\n \n =====================================output=====================================\n - a |> (await %) |> % * 3;\n + a |> await % |> % * 3;\n \n foo\n - |> (await %)\n - |> % || throw new Error(`foo ${bar1}`)\n - |> bar2(%, \", \")\n - |> bar3(%)\n - |> % + \"!\"\n - |> new Bar.Foo(%)\n - |> (await bar.bar(%))\n - |> console.log(%);\n + |> await %\n + |> % ||\n + throw new Error(`foo ${bar1}`)\n + |> bar2(%, \", \")\n + |> bar3(%)\n + |> % + \"!\"\n + |> new Bar.Foo(%)\n + |> await bar.bar(%)\n + |> console.log(%);\n \n - const result = \"hello\" |> doubleSay(%) |> capitalize(%, \"foo\") |> exclaim(%);\n + const result = \"hello\"\n + |> doubleSay(%)\n + |> capitalize(%, \"foo\")\n + |> exclaim(%);\n \n function createPerson(attrs) {\n - attrs |> foo(%) |> foo(%) |> Person.insertIntoDatabase(%);\n + attrs\n + |> foo(%)\n + |> foo(%)\n + |> Person.insertIntoDatabase(%);\n }\n \n - const result =\n - [1, 2, 3]\n - |> %.map((a) => a * 2)\n - |> %.filter((a) => a > 5)\n - |> %.reduce((sum, a) => a + sum, 0)\n - |> increment(%)\n - |> add(%, 3);\n + const result = [1,2,3]\n + |> %\n + .map(a => a * 2 )\n + |> %.filter(a => a > 5)\n + |> %.reduce((sum, a) => a+sum, 0)\n + |> increment(%)\n + |> add(%, 3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map(%, (event) => event.target.value)\n - |> filter(%, (searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(%, event => event.target.value)\n + |> filter(%, searchText => searchText.length > 2)\n |> debounce(%, 300)\n |> distinctUntilChanged(%)\n - |> switchMap(%, (searchText) => queryApi(searchText) |> retry(%, 3))\n + |> switchMap(%, searchText => queryApi(searchText) |> retry(%, 3))\n |> share(%);\n \n - v |> %.method() |> f(%);\n + v |> %\n + .method() |> f(%)\n \n async function* f() {\n - return (\n - x\n - |> (yield %)\n + return x\n + |> (yield %\n + )\n |> (await %)\n |> y(%)\n |> a.b(%)\n + |> (a.b(%))\n |> a.b(%)\n - |> a.b(%)\n + |> (a.b?.(%))\n |> a.b?.(%)\n - |> a.b?.(%)\n - );\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 1.1754240000154823, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.752383999992162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 0.6994959999574348, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "hack_pipeline_operator.js" ], "duration": 67.0834699999541, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7521030000643805, "failureMessages": [ "minimal_pipeline_operator.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `minimal_pipeline_operator.js format 1`\n \n - Snapshot - 28\n + Received + 27\n \n @@ -57,52 +57,51 @@\n a |> b |> c;\n \n a |> (b |> c);\n \n (a |> b) || c;\n - a |> b || c;\n + a |> (b || c);\n \n - let result = \"hello\" |> doubleSay |> capitalize |> exclaim;\n + let result = \"hello\"\n + |> doubleSay\n + |> capitalize\n + |> exclaim;\n \n - let newScore =\n - person.score\n + let newScore = person.score\n |> double\n - |> ((_) => add(7, _))\n - |> ((_) => subtract(2, _))\n - |> ((_) => boundScore(0, 100, _));\n + |> (_ => add(7, _))\n + |> (_ => subtract(2, _))\n + |> (_ => boundScore(0, 100, _));\n \n function createPerson(attrs) {\n attrs\n - |> bounded(\"age\", 1, 100)\n - |> format(\"name\", /^[a-z]$/i)\n + |> bounded('age', 1, 100)\n + |> format('name', /^[a-z]$/i)\n |> Person.insertIntoDatabase;\n }\n \n - foo |> bar ?? baz;\n + foo |> (bar ?? baz);\n (foo |> bar) ?? baz;\n \n - const result =\n - [1, 2, 3]\n - |> map((a) => a * 2)\n - |> filter((a) => a > 5)\n - |> reduce((sum, a) => a + sum, 0)\n - |> increment\n - |> add(3);\n + const result = [1,2,3]\n + |> map(a => a * 2)\n + |> filter(a => a > 5)\n + |> reduce((sum, a) => a+sum, 0)\n + |> increment\n + |> add(3)\n \n - const searchResults$ =\n - fromEvent(document.querySelector(\"input\"), \"input\")\n - |> map((event) => event.target.value)\n - |> filter((searchText) => searchText.length > 2)\n + const searchResults$ = fromEvent(document.querySelector('input'), 'input')\n + |> map(event => event.target.value)\n + |> filter(searchText => searchText.length > 2)\n |> debounce(300)\n |> distinctUntilChanged()\n - |> switchMap((searchText) => queryApi(searchText) |> retry(3))\n + |> switchMap(searchText => queryApi(searchText) |> retry(3))\n |> share();\n \n - const result =\n - [5, 10]\n - |> ((_) => _.map((x) => x * 2))\n - |> ((_) => _.reduce((a, b) => a + b))\n - |> ((sum) => sum + 1);\n + const result = [5,10]\n + |> (_ => _.map(x => x * 2))\n + |> (_ => _.reduce( (a,b) => a + b ))\n + |> (sum => sum + 1)\n \n - const result2 = [4, 9].map((x) => x |> inc |> double);\n + const result2 = [4, 9].map( x => x |> inc |> double )\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 75)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 1.0214459999697283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.7373660000739619, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 0.6819130000658333, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "minimal_pipeline_operator.js" ], "duration": 69.1421810000902, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 352302.02385299996, "end": 352431.512575, "runtime": 129, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/partial-application/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.5965529999230057, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -20,8 +20,10 @@\n \n const addTen = add(?, 10); // apply from the right\n addTen(2); // 12\n \n // with pipeline\n - let newScore = player.score |> add(7, ?) |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n + let newScore = player.score\n + |> add(7, ?)\n + |> clamp(0, 100, ?); // shallow stack, the pipe to `clamp` is the same frame as the pipe to `add`.\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 76)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 1.1266629999736324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.8372229998931289, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.7236509999493137, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.42642000003252, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndo.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 352519.128781, "end": 352788.66309799993, "runtime": 270, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/do/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.691491000005044, "failureMessages": [ "call-arguments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `call-arguments.js format 1`\n \n - Snapshot - 15\n + Received + 27\n \n @@ -45,39 +45,51 @@\n }\n ).toThrow(ReferenceError);\n \n =====================================output=====================================\n // from https://github.com/babel/babel/pull/13122/\n - expect(do {\n - var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n - if (!bar) throw new Error(\"unreachable\");\n + if (!bar) throw new Error(\n + \"unreachable\"\n + )\n bar;\n };\n \n - expect(do {\n - var bar = \"foo\";\n - bar;\n - }).toBe(\"foo\");\n + expect(\n + do {\n + var bar = \"foo\";\n + bar;\n + }\n + )\n + .toBe(\"foo\")\n expect(bar).toBe(\"foo\");\n \n - var x = do {\n + var x =\n + do {\n var bar = \"foo\";\n bar;\n };\n \n expect(\n () => do {\n () => {\n var bar = \"foo\";\n };\n - bar;\n - },\n - ).toThrow(ReferenceError);\n + bar;\n + }\n + ).toThrow(ReferenceError)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 1.0680240000365302, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7557009999873117, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 0.7032619999954477, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-arguments.js" ], "duration": 66.7651439999463, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.9225719999521971, "failureMessages": [ "do.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `do.js format 1`\n \n - Snapshot - 34\n + Received + 42\n \n @@ -72,75 +72,83 @@\n }\n };\n \n =====================================output=====================================\n const envSpecific = {\n - domain: do {\n - if (env === \"production\") \"https://abc.mno.com/\";\n - else if (env === \"development\") \"http://localhost:4000\";\n - },\n - };\n + domain:\n + do {\n + if(env === 'production') 'https://abc.mno.com/';\n + else\n + if (env === \"development\") \"http://localhost:4000\";\n + }\n + }\n \n - let x = do {\n + let x =\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n - let y = do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let y =\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n function foo() {\n return (\n <nav>\n <Home />\n - {do {\n - if (loggedIn) {\n - <LogoutButton />;\n - } else {\n - <LoginButton />;\n + {\n + do {\n + if (loggedIn) {\n + <LogoutButton />\n + } else {\n + <LoginButton />\n + }\n }\n - }}\n + }\n </nav>\n );\n }\n \n - (do {});\n - (do {}) + 1;\n - 1 + do {};\n - () => do {};\n + (\n + do {});\n + (\n + do {} + 1);\n + (1 +\n + do {});\n + () =>\n + do {};\n \n - (do {\n - switch (0) {\n - case 0:\n - \"foo\";\n - case 1:\n - break;\n + (\n + do {\n + switch(0) {\n + case 0: \"foo\";\n + case 1: break;\n }\n });\n \n - () => do {\n + () =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - () => () => do {\n + () => ( ) =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n \n - (a) => (b) => (c) => do {\n + a =>b=> c =>\n + do {\n var obj = { foo: \"bar\", bar: \"foo\" };\n for (var key in obj) {\n obj[key];\n }\n };\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 77)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "do.js" ], "duration": 1.1099019999383017, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.7650989999528974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "do.js" ], "duration": 0.736244999920018, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "do.js" ], "duration": 66.1378229999682, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 352877.333181, "end": 353009.863311, "runtime": 133, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-pipeline-own-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7311840000329539, "failureMessages": [ "pipeline_own_line.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `pipeline_own_line.js format 1`\n \n - Snapshot - 19\n + Received + 19\n \n @@ -42,44 +42,44 @@\n |> kochabCooieGameOnOboleUnweave\n |> glimseGlyphsHazardNoopsTieTie;\n \n =====================================output=====================================\n function pipeline() {\n - 0 |>\n - // Comment\n - x;\n + 0\n + \t// Comment\n + \t|> x\n }\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n glimseGlyphsHazardNoopsTieTie,\n - averredBathersBoxroomBuggyNurl,\n + averredBathersBoxroomBuggyNurl\n ) // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder(\n askTrovenaBeenaDependsRowans,\n - glimseGlyphsHazardNoopsTieTie,\n + glimseGlyphsHazardNoopsTieTie\n )\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ] // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n bifornCringerMoshedPerplexSawder[\n askTrovenaBeenaDependsRowans +\n - glimseGlyphsHazardNoopsTieTie +\n - averredBathersBoxroomBuggyNurl\n + glimseGlyphsHazardNoopsTieTie +\n + averredBathersBoxroomBuggyNurl\n ]\n - |> foo // comment\n - |> kochabCooieGameOnOboleUnweave\n - |> glimseGlyphsHazardNoopsTieTie;\n + |> foo // comment\n + |> kochabCooieGameOnOboleUnweave\n + |> glimseGlyphsHazardNoopsTieTie;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 78)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 1.1486039999872446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.8265230000251904, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 0.7458420000039041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "pipeline_own_line.js" ], "duration": 65.58306800003629, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 353098.66395699995, "end": 353230.375952, "runtime": 132, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async-do-expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.7106469999998808, "failureMessages": [ "async-do-expressions.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `async-do-expressions.js format 1`\n \n - Snapshot - 18\n + Received + 19\n \n @@ -29,37 +29,38 @@\n let tmp = f();\n tmp * tmp + 1\n };\n \n =====================================output=====================================\n - (async do {\n + async;\n + do {\n 1;\n - });\n + };\n \n - (async do {});\n + (async\n + do {});\n \n - let x = async do {\n - if (foo()) {\n - f();\n - } else if (bar()) {\n - g();\n - } else {\n - h();\n - }\n + let x = async;\n + do {\n + if (foo()) { f() }\n + else if (bar()) { g() }\n + else { h() }\n };\n \n - (async do {\n - await 42;\n - });\n + async;\n + do {\n + await 42\n + }\n \n function iter() {\n return async do {\n return 1;\n - };\n - }\n + }\n + };\n \n - let x = async do {\n + let x = async;\n + do {\n let tmp = f();\n - tmp * tmp + 1;\n + tmp * tmp + 1\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 79)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 1.0178910000249743, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.6856799999950454, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 0.8501570000080392, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-do-expressions.js" ], "duration": 64.14081400004216, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 4, "numPendingTests": 0, "perfStats": { "start": 353319.30913699995, "end": 353450.84821699996, "runtime": 132, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/arrows-bind/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.6180440000025555, "failureMessages": [ "arrows-bind.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `arrows-bind.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -6,10 +6,13 @@\n a => ({}::b()``[''].c++ && 0 ? 0 : 0);\n (a => b)::c;\n a::(b => c);\n \n =====================================output=====================================\n - (a) => ({})::b()``[\"\"].c++ && 0 ? 0 : 0;\n - ((a) => b)::c;\n - a::((b) => c);\n + a => ({}\n + ::b()``[''].c++ && 0 ? 0 : 0)\n + (a) => b;\n + ::c\n + a:\n + :(b => c)\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 80)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 1.089003000059165, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.7378670000471175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 0.730483999941498, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrows-bind.js" ], "duration": 64.78317500010598, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 7, "numPendingTests": 0, "perfStats": { "start": 353539.49217199994, "end": 353918.75661700004, "runtime": 379, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/numeric-separators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "number.js" ], "duration": 0.3827540000202134, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 1.3165579999331385, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.193734999978915, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.49782699998468, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.858447000035085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.146531000034884, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.004659999976866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 354007.24877999997, "end": 354597.294326, "runtime": 590, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/rest/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 0.4009389999555424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 66.58608000003733, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.55266499996651, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.22480299999006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 63.98775199998636, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 64.59968500002287, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 66.97866400005296, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.4170640000375, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing-commas.js - {\"trailingComma\":\"all\"}" ], "duration": 65.82642399996985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 354727.24946799997, "end": 355266.172293, "runtime": 539, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/cursor/require-pragma/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 0.6772740000160411, "failureMessages": [ "cursor-without-pragma.js - {\"requirePragma\":true} > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `cursor-without-pragma.js - {\"requirePragma\":true} format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -6,8 +6,10 @@\n | printWidth\n =====================================input======================================\n (function() {return <|> 15})()\n \n =====================================output=====================================\n - (function() {return <|> 15})()\n + (function () {\n + return 15;<|>\n + })();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 83)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.56625899998471, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 58.923948000068776, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 58.425588999991305, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.341488000005484, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.71634000004269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.69004500005394, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 60.76713000005111, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "cursor-without-pragma.js - {\"requirePragma\":true}" ], "duration": 59.33467600005679, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmember-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 47, "numPendingTests": 0, "perfStats": { "start": 355355.15926099994, "end": 357212.131686, "runtime": 1857, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 28, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/decorators/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.6771139999618754, "failureMessages": [ "classes.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `classes.js format 1`\n \n - Snapshot - 8\n + Received + 12\n \n @@ -28,17 +28,21 @@\n \n @deco\n export default class Baz {}\n \n const foo =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n const bar =\n - @deco\n - class {\n - //\n - };\n + (\n + @deco\n + class {\n + //\n + }\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 1.25362000009045, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 0.7793049999745563, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 62.93291400000453, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 63.78906999994069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.4523040000349283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 1.1769170000916347, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7876600000308827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.78340100008063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.37423199997284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7453619999578223, "failureMessages": [ "member-expression.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `member-expression.js format 1`\n \n - Snapshot - 10\n + Received + 14\n \n @@ -67,19 +67,19 @@\n class {\n @(decorators?.[0])\n method() {}\n },\n class {\n - @decorators.at(0)\n + @(decorators.at(0))\n method() {}\n },\n class {\n @(decorators?.at(0))\n method() {}\n },\n class {\n - @decorators.first\n + @(decorators.first)\n method() {}\n },\n class {\n @(decorators?.first)\n method() {}\n @@ -92,18 +92,22 @@\n @decorators [first];\n method() {}\n },\n class {\n @(decorators[\"first\"])\n - method() {}\n - },\n - @(decorators[first])\n - class {\n - method() {}\n - },\n - @(decorators[0])\n - class {\n method() {}\n },\n + (\n + @(decorators[first])\n + class {\n + method() {}\n + }\n + ),\n + (\n + @(decorators[0])\n + class {\n + method() {}\n + }\n + ),\n ];\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 84)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 1.0993820000439882, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 0.7362539999885485, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-expression.js" ], "duration": 66.13873700005934, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.39369499997701496, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "methods.js" ], "duration": 1.079805999994278, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 0.7256340000312775, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 61.57603300001938, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "methods.js" ], "duration": 62.19060500001069, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.38577000005170703, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 1.0514729999704286, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 0.6899580000899732, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 60.65635099995416, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mixed.js" ], "duration": 63.06828599993605, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.3987640000414103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 1.1132280000019819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 0.727208000025712, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 65.36258900002576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "mobx.js" ], "duration": 65.5860859999666, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.3877939999802038, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 1.0187910000095144, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 0.7160360000561923, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 61.814966000034474, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiline.js" ], "duration": 62.3647129999008, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 0.5040409999201074, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.4664470000425354, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 1.0031620000954717, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.13879399991129, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.536235000006855, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.38615100004244596, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 1.0399510000133887, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.7492289999499917, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.57592999993358, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.465393999940716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.3942860000533983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.9758520000614226, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 0.6649820000166073, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 63.29310600005556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "redux.js" ], "duration": 62.94887500000186, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 357304.919267, "end": 358446.945946, "runtime": 1142, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/method-chain/print-width-120/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 0.39119100000243634, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.619066999992356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.88478500000201, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.90694999997504, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 64.38961299997754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.54692700004671, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 62.44251600001007, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.516072000027634, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "constructor.js - {\"printWidth\":120}" ], "duration": 61.97260099998675, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 0.3815429999958724, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 67.4056049999781, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.29037699999753, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 63.13099199999124, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 63.4876280000899, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 63.59409000002779, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 64.445105999941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 65.08141500002239, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7884.js - {\"printWidth\":120}" ], "duration": 65.62526700005401, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 358539.220069, "end": 358742.80811499996, "runtime": 204, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/private-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "private-in.js" ], "duration": 0.40595799998845905, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 1.0638259999686852, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 0.691781000001356, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 59.067807000014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "private-in.js" ], "duration": 60.99021700001322, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 358840.41228799993, "end": 359037.49408000003, "runtime": 197, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/invalid-code/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.4488579999888316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 1.1465199999511242, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 0.7836329999845475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 59.93896500009578, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "duplicate_bindings.js" ], "duration": 59.093816000036895, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 359126.515461, "end": 359679.809249, "runtime": 553, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-colon-bug/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 0.4089830000884831, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.85398000001442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 62.011682000011206, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.21331700007431, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.25684499996714, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 62.14989199989941, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 60.900357000064105, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.03072499996051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "bug.js - {\"printWidth\":35}" ], "duration": 61.48611300007906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 359769.831248, "end": 360263.585712, "runtime": 494, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/module-string-names/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 0.46203300007618964, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 61.4620860000141, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 61.42010100011248, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 1.2017830000258982, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-export.js" ], "duration": 61.660949000041, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 0.4071199999889359, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 60.57517399999779, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 60.214447000063956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 1.0440289999824017, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-string-names-import.js" ], "duration": 62.39946900005452, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 5, "numPendingTests": 0, "perfStats": { "start": 360359.145999, "end": 360679.445885, "runtime": 320, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/reserved-word/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "interfaces.js" ], "duration": 0.38787400000728667, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 64.57705199997872, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 64.45123600005172, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 64.12837699998636, "failureMessages": [], "fullName": "[babel] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel] format" }, { "ancestorTitles": [ "interfaces.js" ], "duration": 63.991236999980174, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 360767.91517500003, "end": 361929.95332599996, "runtime": 1162, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/objects/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object-property.js" ], "duration": 0.6136949999490753, "failureMessages": [ "object-property.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-property.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -7,9 +7,9 @@\n [this.resource = resource]: 1,\n }\n \n =====================================output=====================================\n a = {\n - [(this.resource = resource)]: 1,\n + [this.resource = resource]: 1,\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 91)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 64.12296499998774, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.95890199998394, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.42433899990283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.81615199998487, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 63.51609200006351, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 65.08855900005437, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 64.51007700001355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-property.js" ], "duration": 65.33885300008114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 0.40963400003965944, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 66.0234819999896, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 67.05271399999037, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 65.11129000002984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.32495199993718, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.88000500004273, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 63.77341299992986, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.0939209999051, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-value.js" ], "duration": 64.71041200007312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 362018.08760200004, "end": 363196.72475899995, "runtime": 1179, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/identifier/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "await.js" ], "duration": 0.44176499999593943, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await.js" ], "duration": 81.99425400001928, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.65349900000729, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.91687499999534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await.js" ], "duration": 69.6972539999988, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await.js" ], "duration": 64.08978300006129, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await.js" ], "duration": 63.09269299998414, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await.js" ], "duration": 61.97353100008331, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await.js" ], "duration": 62.3477220000932, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 0.6181939999805763, "failureMessages": [ "let.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `let.js format 1`\n \n - Snapshot - 3\n + Received + 3\n \n @@ -20,16 +20,16 @@\n =====================================output=====================================\n for ((let) of foo);\n for (foo of let);\n for (foo of let.a);\n for (foo of let[a]);\n - for ((let).a of foo);\n - for ((let)[a] of foo);\n + for (let.a of foo);\n + for (let[a] of foo);\n for ((let)().a of foo);\n for (letFoo of foo);\n \n for (let.a in foo);\n - for ((let)[a] in foo);\n + for (let[a] in foo);\n \n for (let of of let);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 92)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "let.js" ], "duration": 64.22457700001542, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.4945960000623, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "let.js" ], "duration": 62.276747999945655, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "let.js" ], "duration": 63.67172300000675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.71812199999113, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "let.js" ], "duration": 66.19100500002969, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.34553700010292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "let.js" ], "duration": 65.37814099993557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 363286.40366899996, "end": 363891.71462499996, "runtime": 605, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 0.6662739999592304, "failureMessages": [ "between-parentheses-and-function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `between-parentheses-and-function-body.js format 1`\n \n - Snapshot - 7\n + Received + 6\n \n @@ -43,17 +43,17 @@\n function function_declaration() {\n // this is a function\n return 42;\n }\n \n - (function named() {\n - // this is a function\n + (function named() // this is a function\n + {\n return 42;\n })();\n \n - (function () {\n - // this is a function\n + (function () // this is a function\n + {\n return 42;\n })();\n \n /* anonymous declaration */\n export default function () {\n @@ -64,11 +64,10 @@\n a = {\n foo() {\n // this is a function\n },\n \n - bar: function () {\n - // this is a function\n - },\n + bar: function () // this is a function\n + {},\n };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 93)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 68.02955700003076, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 66.87704400008079, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 67.6697179999901, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 66.8704419999849, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 67.51493800000753, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 68.07880899996962, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 67.7083359999815, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "between-parentheses-and-function-body.js" ], "duration": 66.53579199989326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 363987.281366, "end": 364578.613358, "runtime": 591, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/flow-types/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "inline.js" ], "duration": 0.389917999971658, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 67.90725899999961, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.61190000001807, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.84581400000025, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.65815600007772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.76107500004582, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.52255399990827, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.49849899997935, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.72472900000867, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 364675.375577, "end": 365240.819417, "runtime": 565, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/no-argument/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "special-cases.js" ], "duration": 0.47692099993582815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.998531000106595, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.401197999948636, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.07100100000389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 59.847123000072315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.96755599998869, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 59.68096499994863, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.05226699996274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "special-cases.js" ], "duration": 60.59897699998692, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 5, "numPassingTests": 76, "numPendingTests": 0, "perfStats": { "start": 365332.14839499997, "end": 370423.96116500004, "runtime": 5092, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 5, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/call/first-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 0.7456119999988005, "failureMessages": [ "expression-2nd-arg.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expression-2nd-arg.js format 1`\n \n - Snapshot - 14\n + Received + 8\n \n @@ -27,22 +27,16 @@\n =====================================output=====================================\n call(function () {\n return 1;\n }, 200_000_000_000n * askTrovenaBeenaDependsRowans);\n \n - call(\n - function () {\n - return 1;\n - },\n - (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n - glimseGlyphsHazardNoopsTieTie,\n - );\n + call(function () {\n + return 1;\n + }, (200_000_000_000n * askTrovenaBeenaDependsRowans) /\n + glimseGlyphsHazardNoopsTieTie);\n \n - call(\n - function () {\n - return 1;\n - },\n - (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n - 200_000_000_000n),\n - );\n + call(function () {\n + return 1;\n + }, (askTrovenaBeenaDependsRowans = glimseGlyphsHazardNoopsTieTie =\n + 200_000_000_000n));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 63.99317299993709, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.27956399996765, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 63.285069999983534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.616977000026964, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.06533200002741, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.32485199999064, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 61.84800599992741, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expression-2nd-arg.js" ], "duration": 62.642623999970965, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 0.666293999995105, "failureMessages": [ "issue-12892.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-12892.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -11,18 +11,15 @@\n veryLongParameterName3,\n veryLongParameterName4,\n ));\n \n =====================================output=====================================\n - setTimeout(\n - () => {\n - console.log(\"test\");\n - },\n - someFunctionCall(\n - veryLongParameterName1,\n - veryLongParameterName2,\n - veryLongParameterName3,\n - veryLongParameterName4,\n - ),\n - );\n + setTimeout(() => {\n + console.log(\"test\");\n + }, someFunctionCall(\n + veryLongParameterName1,\n + veryLongParameterName2,\n + veryLongParameterName3,\n + veryLongParameterName4,\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 62.841514000087045, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 63.93503699998837, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 62.570307999965735, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 62.05747999995947, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 61.16617400001269, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 61.61260200000834, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 61.099369000061415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-12892.js" ], "duration": 63.347910000011325, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 0.44073300005402416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 63.1579769999953, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 62.95724900008645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 61.3287400000263, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 60.685568999964744, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 63.00604799995199, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 63.60135399992578, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 61.93827499996405, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-13237.js" ], "duration": 62.711280999938026, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 0.47570800001267344, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 62.25110200000927, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 61.97866200003773, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 61.08068600005936, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 61.03206300002057, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 60.10974499990698, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 60.937812000047415, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 60.8975850000279, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-14454.js" ], "duration": 61.37137700000312, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 0.6115419999696314, "failureMessages": [ "issue-2456.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-2456.js format 1`\n \n - Snapshot - 11\n + Received + 8\n \n @@ -7,18 +7,15 @@\n err.message.includes('\"1\"') && err.message.includes(\"Model\") &&\n err.message.includes(\"/id\") && err.message.includes(\"identifier(number)\")\n )\n \n =====================================output=====================================\n - f(\n - (x) => {\n - y;\n - },\n - err.message.includes(\"asd\") &&\n - err.message.includes(\"id\") &&\n - err.message.includes('\"1\"') &&\n - err.message.includes(\"Model\") &&\n - err.message.includes(\"/id\") &&\n - err.message.includes(\"identifier(number)\"),\n - );\n + f((x) => {\n + y;\n + }, err.message.includes(\"asd\") &&\n + err.message.includes(\"id\") &&\n + err.message.includes('\"1\"') &&\n + err.message.includes(\"Model\") &&\n + err.message.includes(\"/id\") &&\n + err.message.includes(\"identifier(number)\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.224323000060394, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.083457999979146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.57145600009244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.39260599995032, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.99930599995423, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 59.67793799994979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 61.144085000036284, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2456.js" ], "duration": 60.18495600007009, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 0.6110300000291318, "failureMessages": [ "issue-4401.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-4401.js format 1`\n \n - Snapshot - 6\n + Received + 3\n \n @@ -10,14 +10,11 @@\n );\n }\n \n =====================================output=====================================\n export function test() {\n - setTimeout(\n - () => {\n - console.warn({}, \"Lambda approaching timeout.\");\n - },\n - Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0),\n - );\n + setTimeout(() => {\n + console.warn({}, \"Lambda approaching timeout.\");\n + }, Math.max(context.getRemainingTimeInMillis() - WARN_TIMEOUT_MS, 0));\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.35675599996466, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.03593599994201, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.863091000006534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.287246000021696, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.595741000026464, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 60.062626000028104, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.54900500003714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4401.js" ], "duration": 59.80859200004488, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 0.7654689999762923, "failureMessages": [ "issue-5172.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-5172.js format 1`\n \n - Snapshot - 21\n + Received + 15\n \n @@ -13,30 +13,24 @@\n call(function () {\n return 1;\n }, $var || ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n =====================================output=====================================\n - call(\n - function () {\n - return 1;\n - },\n + call(function () {\n + return 1;\n + }, $var ??\n $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - $var ??\n - \"test\",\n - );\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + $var ??\n + \"test\");\n \n - call(\n - function () {\n - return 1;\n - },\n - $var ||\n - ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"),\n - );\n + call(function () {\n + return 1;\n + }, $var ||\n + ($var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? $var ?? \"test\"));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 96)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.40234999998938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 62.45515900000464, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.510391999967396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.5861159999622, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 60.49600299994927, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 62.23753599997144, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.68177999998443, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5172.js" ], "duration": 61.27394799992908, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.39405600004829466, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.21215200005099, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.06295900000259, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.33889200002886, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.75628499989398, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.535446000052616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.57247500005178, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.8167999999132, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.25499000004493, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.4301040000282228, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 101.76042599999346, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 71.28126299998257, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.5752260000445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 68.99851299996953, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.55308400001377, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.74235499999486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 68.57096600008663, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 69.9269230000209, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 370533.303001, "end": 371093.846755, "runtime": 561, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/with/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.5588849999476224, "failureMessages": [ "indent.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indent.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -6,11 +6,10 @@\n with (0) {}\n \n with (0) 1;\n \n =====================================output=====================================\n - with (0) {\n - }\n + with (0) {}\n \n with (0) 1;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 97)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.29704800003674, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.10605400009081, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.61464399995748, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.9224979999708, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.92473800003063, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.216597000020556, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 58.69508700002916, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 60.12648099998478, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 371187.04831199994, "end": 371774.64664899994, "runtime": 588, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/while/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "indent.js" ], "duration": 0.4120600000023842, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 77.06077499990351, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.530223999987356, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.7256720000878, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.07240800000727, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 59.46330099995248, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.296068000025116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.24204599997029, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 64.55689299991354, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 371865.452319, "end": 372987.61246499995, "runtime": 1122, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/variable_declarator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.38962799997534603, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 65.0890580000123, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.787656000000425, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.491992000024766, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 64.63543800008483, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.982359000016004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 63.94807599997148, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.97236100002192, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 62.36055700003635, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.41988499998115003, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 59.35135500004981, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.83474500000011, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 62.52648799994495, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 60.1536700000288, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.79081399994902, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.251610999926925, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 61.37724199995864, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 59.917121000005864, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 373076.45656399993, "end": 373639.543305, "runtime": 563, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/update-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "update_expression.js" ], "duration": 0.3745300000300631, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.62036599998828, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 61.86073299997952, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.80683000001591, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.96284499997273, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 63.6984180000145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 64.36547200009227, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.804967999923974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "update_expression.js" ], "duration": 62.021917000063695, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 373733.677695, "end": 375396.37535399996, "runtime": 1663, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unicode/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "combining-characters.js" ], "duration": 0.38043100002687424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.78361899999436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 63.95492699998431, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.155927999992855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 62.532337000011466, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.73462899995502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.40385799994692, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 60.370108999894, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "combining-characters.js" ], "duration": 61.51204099995084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 0.4059390000766143, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.842079999973066, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 59.73176599992439, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 60.513532000011764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.7282379999524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 62.59219800005667, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 61.331706999917515, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 60.48612299992237, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "keys.js" ], "duration": 60.35824499989394, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 0.39079099998343736, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.85633300000336, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 64.1616459999932, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.74650700006168, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 63.18177299993113, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 62.17599200003315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.734779999940656, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 60.597048999974504, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nbsp-jsx.js" ], "duration": 61.08244599995669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 375487.469767, "end": 376751.88608499995, "runtime": 1264, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.4621830000542104, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 98.3731990000233, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 75.13293600000907, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.07794699992519, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.4201480000047, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 72.76248300005682, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 73.45865199994296, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 82.0164259999292, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 76.13228599994909, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 0.3896180000156164, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.17441099998541, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.4085929999128, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 61.79660400003195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.568250000011176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 61.00737200002186, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 60.751462000072934, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.75431099999696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "urnary_expression.js" ], "duration": 62.98263700003736, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 376843.00429899996, "end": 377975.176698, "runtime": 1132, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/unary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "object.js" ], "duration": 0.42556399991735816, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.77957700006664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.969487000023946, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.623520999914035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.44803099997807, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.25776700000279, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.17497000005096, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.73563000001013, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 61.54628399992362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 0.41200000001117587, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.49987200007308, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 64.50617399998009, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "series.js" ], "duration": 62.28465199994389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.20787000004202, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "series.js" ], "duration": 65.1869739999529, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "series.js" ], "duration": 62.9668079999974, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "series.js" ], "duration": 62.341485999990255, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "series.js" ], "duration": 63.153570999973454, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 378069.36024999997, "end": 379748.59442499996, "runtime": 1679, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/try/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "catch.js" ], "duration": 0.38106299994979054, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "catch.js" ], "duration": 63.010070999967866, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.88580599997658, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.759115000022575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.10285199992359, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.85928500001319, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 61.490385000011884, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.1977069999557, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "catch.js" ], "duration": 62.6766559999669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.3937469999073073, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.17926400003489, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.72214800002985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.013853999902494, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.31491199997254, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 60.217743000015616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.47884499991778, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 61.60452699998859, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.081071999971755, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 0.44182700000237674, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.97520899993833, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 60.8533639999805, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.42417200002819, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try.js" ], "duration": 64.16888100001961, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try.js" ], "duration": 62.14446900004987, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try.js" ], "duration": 63.87622099998407, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try.js" ], "duration": 65.24189699999988, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try.js" ], "duration": 61.674460000009276, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 379839.03785499994, "end": 381591.79274899996, "runtime": 1753, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/throw_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.40873499994631857, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 70.40602699993178, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.4434440000914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.31277600000612, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.33760799991433, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.91598699998576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.63428800005931, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.50859400001355, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.96638100000564, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4287609999300912, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.50776499998756, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.47421400004532, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.19994099996984, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.64070300001185, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.661746000056155, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.35430899995845, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.7405939999735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.28815200005192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.3878729999996722, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.83726699999534, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.24520700005814, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.52603700000327, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.86527399998158, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.83505299990065, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.50258000008762, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.60509500000626, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 65.24972999992315, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 381687.82584500004, "end": 385240.25972499995, "runtime": 3552, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 4, "unmatched": 1, "updated": 0, "uncheckedKeys": [ "css-prop.js format 1", "styled-components-with-expressions.js format 1", "styled-jsx.js format 1", "styled-jsx-with-expressions.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template-literals/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 0.3913409999804571, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.515464000054635, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 64.71713700005785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.64496700000018, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.20916099997703, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.91064200003166, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 62.81939399999101, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.639514999929816, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary-exporessions.js" ], "duration": 63.45981100003701, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 0.40131900005508214, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 62.599623000016436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 62.697676999960095, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.9306360000046, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 64.44262300000992, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.94510800007265, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 63.54161299997941, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 62.82646500004921, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expressions.js" ], "duration": 62.68832900002599, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 0.4104959999676794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 75.52750600001309, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 74.04432799993083, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 70.4038920000894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 68.96281900000758, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 68.33191700000316, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 76.00567599991336, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 69.78207199997269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expressions.js" ], "duration": 71.38368099997751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 0.8072270000120625, "failureMessages": [ "indention.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `indention.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -97,31 +97,31 @@\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n @@ -133,24 +133,24 @@\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n 1. Go to \"-{chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\"\n )}\" ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n 2. Go to \"${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\" ${chalk.green.underline(\n - \"https://www.example.com/drupedalKangarooTransformer\",\n - )}\n + \"https://www.example.com/drupedalKangarooTransformer\",\n + )}\n `,\n `\n # blabla ${a} ${chalk.green.underline(\n \"https://www.example.com/drupedalKangarooTransformer\",\n )}\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 106)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "indention.js" ], "duration": 69.85088899999391, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 68.43877300003078, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 65.63673600007314, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 65.95876099995803, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.2009379999945, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.68048199999612, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 66.40008499997202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indention.js" ], "duration": 68.30829299998004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 0.4053970000240952, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 63.880402000038885, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 62.561072000069544, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 62.903570999973454, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 72.22023500001524, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 61.88385599991307, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 64.40476500010118, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 62.79757499997504, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-expressions.js" ], "duration": 62.42658899992239, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 0.43785700004082173, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.07785300002433, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 67.85553299996536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.17026800010353, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 63.10664999997243, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 64.7836810000008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 63.27659899997525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 63.16730400000233, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence-expressions.js" ], "duration": 62.85537100001238, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 53, "numPendingTests": 0, "perfStats": { "start": 385368.53536499996, "end": 388774.41039199993, "runtime": 3406, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/switch/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comments.js" ], "duration": 0.5309109999798238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.38800399994943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.35239499993622, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.27052200003527, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.6948679999914, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 63.50655100005679, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.40273099998012, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.75771599996369, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.92291199997999, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 0.657928999979049, "failureMessages": [ "comments2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comments2.js format 1`\n \n - Snapshot - 3\n + Received + 6\n \n @@ -25,15 +25,17 @@\n break;// comment5c\n }\n \n =====================================output=====================================\n switch (1) {\n - default: // comment1\n + default:\n + // comment1\n }\n \n switch (2) {\n - default: // comment2\n + default:\n + // comment2\n //comment2a\n }\n \n switch (3) {\n default: // comment3\n @@ -46,12 +48,13 @@\n break; // comment4b\n }\n \n switch (5) {\n default: // comment5\n + //comment5b\n // comment5a\n foo();\n - bar(); //comment5b\n + bar();\n break; // comment5c\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 107)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 64.56845399993472, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 65.6600679999683, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 63.171362999943085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.622080999892205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 61.885670999996364, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 62.19262499990873, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 63.13356400001794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments2.js" ], "duration": 61.50366200006101, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 0.4423259999603033, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 67.39105900004506, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 76.16344499995466, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 72.08628000004683, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.80710299999919, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 62.7212109999964, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 63.217653000028804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 64.28159400005825, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_lines.js" ], "duration": 65.3438610000303, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 0.39965600008144975, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.29492000001483, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.486508000059985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 61.141031000064686, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.10975699999835, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.564327999949455, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 59.709673000033945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 58.965991000062786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_statement.js" ], "duration": 60.29778499994427, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 0.42550500005017966, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 66.99187799997162, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.78734000003897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.39680600003339, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 59.76977499993518, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 60.328335000085644, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 62.05068099999335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 63.32398899993859, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_switch.js" ], "duration": 63.516195000032894, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 0.4960160000482574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "switch.js" ], "duration": 65.62067700002808, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 64.27303799998481, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.665273000020534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.72300700005144, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 61.8839689999586, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.41379899997264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.36688400001731, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "switch.js" ], "duration": 62.02126299997326, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 388871.77353099996, "end": 389440.373982, "runtime": 569, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "spread.js" ], "duration": 0.514441000064835, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.7143619999988, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 62.43722500000149, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 59.32942800002638, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.06846899993252, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.30063100007828, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 60.81320199999027, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.36245599994436, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "spread.js" ], "duration": 61.755609999992885, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nparenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 25, "numPendingTests": 0, "perfStats": { "start": 389539.221971, "end": 391171.80490499997, "runtime": 1633, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export-default.js" ], "duration": 0.4043050000909716, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 59.598394999979064, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.74460299999919, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 61.383053999976255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.96111099992413, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.583679000032134, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.708269999944605, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 60.463747999980114, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export-default.js" ], "duration": 58.927388999960385, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 0.6347450000466779, "failureMessages": [ "ignore.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,17 +15,17 @@\n )\n )\n ;\n \n =====================================output=====================================\n - +(\n - // prettier-ignore\n - ((\n + +// prettier-ignore\n + (\n + (\n first\n )\n ,\n (\n last\n - ))\n - );\n + )\n + );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.63780700007919, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.61907300003804, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 58.35202500002924, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.00476499996148, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.373093000031076, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.74281800002791, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 60.41182999999728, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore.js" ], "duration": 59.37332100002095, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 0.6746199999470264, "failureMessages": [ "parenthesized.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `parenthesized.js format 1`\n \n - Snapshot - 3\n + Received + 5\n \n @@ -26,19 +26,21 @@\n );\n \n =====================================output=====================================\n console.log(\n /* 1 */\n +\n /* 2 */\n - (/* 3 */\n - first,\n +\n + /* 3 */\n + (first,\n /* 4 */\n /* 5 */\n /* 6 */\n +\n /* 7 */\n last),\n /* 8 */\n - /* 9 */\n /* 10 */\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 109)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 62.353405999951065, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 61.38367799995467, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.92734100006055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.85341999994125, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 58.919524000026286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 59.82667899993248, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.6220500000054, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesized.js" ], "duration": 60.58199999993667, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 391272.647499, "end": 391863.353816, "runtime": 591, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/sequence-break/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.4345109999412671, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 72.88268399995286, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.19222299999092, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.709680999978445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 63.813391999923624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 61.12581300002057, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.126894999993965, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.001668000011705, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 62.67398600000888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 391956.880479, "end": 393090.78273000004, "runtime": 1134, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.4484070000471547, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 67.94320400001016, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 65.8306890000822, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.78713199996855, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 64.14744599990081, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.21131799998693, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.57371600007173, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.657465999946, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.404922000016086, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4291209999937564, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.41136199992616, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.5254089999944, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.620113000040874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.896175000001676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.89297699998133, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.105733999982476, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.7778770000441, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.7642759999726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 393183.945945, "end": 394845.709464, "runtime": 1662, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require-amd/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "named-amd-module.js" ], "duration": 0.40783200005535036, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.543916999944486, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.668576000025496, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 61.13610999996308, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.8740580000449, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 61.20259799994528, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.41720899997745, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 62.45646899996791, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "named-amd-module.js" ], "duration": 63.17095200007316, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 0.3891370000783354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 61.79191799997352, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.404137000092305, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.792309000040404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.665926999994554, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.139789999928325, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.87828199996147, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 59.88155100005679, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "non-amd-define.js" ], "duration": 60.023188000079244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 0.39388600003439933, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.7127389999805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.929361999966204, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.366063000052236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.90238900005352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.55960400006734, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.4160260000499, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.56206500006374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.89350300002843, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 394938.39968999993, "end": 395523.105822, "runtime": 585, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/require/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "require.js" ], "duration": 0.7071299999952316, "failureMessages": [ "require.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `require.js format 1`\n \n - Snapshot - 8\n + Received + 7\n \n @@ -48,16 +48,15 @@\n eleven1,\n } = require(\"./my-utils\");\n \n const MyReallyExtrememlyLongModuleName = require(\"MyReallyExtrememlyLongModuleName\");\n \n - const plugin = require(\n - global.STANDALONE\n - ? path.join(__dirname, \"../standalone.js\")\n - : path.join(__dirname, \"..\"),\n - );\n + const plugin = require(global.STANDALONE\n + ? path.join(__dirname, \"../standalone.js\")\n + : path.join(__dirname, \"..\"));\n \n - const plugin2 = require(\n - path.join(__dirname, global.STANDALONE ? \"../standalone.js\" : \"..\"),\n - );\n + const plugin2 = require(path.join(\n + __dirname,\n + global.STANDALONE ? \"../standalone.js\" : \"..\",\n + ));\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 113)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.07422900001984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 62.908902999944985, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.04820399999153, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.59381200000644, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.86125100008212, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "require.js" ], "duration": 61.849215000052936, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "require.js" ], "duration": 60.42133699997794, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "require.js" ], "duration": 63.17252400005236, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nboundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndifferent-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ndirective.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmodule-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nmultiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nnested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nobject-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nrange.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nreversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstart-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nwhitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 25, "numPassingTests": 308, "numPendingTests": 0, "perfStats": { "start": 395628.973954, "end": 415811.338036, "runtime": 20182, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 25, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/range/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "array.js" ], "duration": 0.9808709999779239, "failureMessages": [ "array.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `array.js format 1`\n \n - Snapshot - 0\n + Received + 1\n \n @@ -18,6 +18,7 @@\n 7 | ,\n 8 | a,\n 9 | ]\n =====================================output=====================================\n a = [, , , , , , , a];\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.226907000062056, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.47117200004868, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.808243999956176, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.74852899997495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.4356310000876, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.9693650000263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "array.js" ], "duration": 59.86596899991855, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "array.js" ], "duration": 60.2845339999767, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 0.759046999970451, "failureMessages": [ "boundary-2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -16,12 +16,11 @@\n 8 | );\n 9 |\n 10 | }\n 11 |\n =====================================output=====================================\n - function a(\n - ){\n + function a() {\n a();\n b();\n c();\n d();\n }\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.86756799998693, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.950926000019535, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.44702399999369, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 65.96500000008382, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 64.18599799997173, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 60.704064000048675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.51239499996882, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-2.js" ], "duration": 61.250599000020884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 0.7145940000191331, "failureMessages": [ "boundary-3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary-3.js format 1`\n \n - Snapshot - 6\n + Received + 4\n \n @@ -12,13 +12,11 @@\n | ^^^^^^^^^^^^^^^^^\n 5 | ); d(\n 6 | );\n 7 |\n =====================================output=====================================\n - a (\n - );\n - b (\n - ); c (\n - ); d(\n - );\n + a();\n + b();\n + c();\n + d();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.132923000026494, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 60.316500999964774, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 60.24033399997279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 59.261141999973916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.97672000003513, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 58.866007000091486, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 60.342870000051335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary-3.js" ], "duration": 60.20154999999795, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 0.7754480000585318, "failureMessages": [ "boundary.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `boundary.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -10,11 +10,13 @@\n 2 | // The range will be 13~26\n 3 | // `foo` ends at 13, should not format\n 4 | // `bar` ends at 26, should format\n 5 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~26\n // `foo` ends at 13, should not format\n // `bar` ends at 26, should format\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.55344499996863, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.27023900009226, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.53461099998094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.48504199995659, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.359233999974094, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.455504000070505, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 59.412194000091404, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 60.11660200008191, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 0.7361950000049546, "failureMessages": [ "class-declaration.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class-declaration.js format 1`\n \n - Snapshot - 3\n + Received + 2\n \n @@ -13,13 +13,12 @@\n | ^^^^^^^^^^^\n 5 | }\n 6 |\n 7 | let x\n =====================================output=====================================\n -\n -\n class a {\n b() {}\n }\n \n - let x\n + let x;\n +\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.709451999980956, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 60.232516000047326, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 58.6969879999524, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 60.633946000016294, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.6476740000071, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 59.220266000018455, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 58.633632999961264, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-declaration.js" ], "duration": 60.47316200006753, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 0.7194730000337586, "failureMessages": [ "different-levels.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `different-levels.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -13,11 +13,11 @@\n > 4 | call(1,2,3)\n | ^^^^^^^^^\n 5 | }\n 6 |\n =====================================output=====================================\n - call(1,2,3)\n + call(1, 2, 3);\n call(1, 2, 3);\n function f() {\n call(1, 2, 3);\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.349254000000656, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.569340999936685, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.302436000085436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.32911699998658, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.57803000009153, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 60.7390819999855, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 61.02089000004344, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "different-levels.js" ], "duration": 59.54710399999749, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 0.7046359999803826, "failureMessages": [ "directive.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `directive.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,8 +9,8 @@\n | ^\n 2 | 'bbb';\n 3 |\n =====================================output=====================================\n \"aaa\";\n - 'bbb';\n + \"bbb\";\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.05219100008253, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.82942500000354, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.420276000048034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 61.00366399995983, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 59.0895620000083, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.97124199999962, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 60.46731500001624, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "directive.js" ], "duration": 58.55683699995279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 0.7360039999475703, "failureMessages": [ "function-body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -9,10 +9,10 @@\n > 2 | quux (); //\n | ^^^^^^^^^^^^^\n 3 | });\n 4 |\n =====================================output=====================================\n - let fn =a((x ) => {\n + let fn = a((x) => {\n quux(); //\n });\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.00341699994169, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 61.753467999980785, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.1833120000083, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.04670799989253, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 61.74384899996221, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 59.96487799996976, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 61.74786400003359, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body.js" ], "duration": 60.54185499995947, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 0.5464699999429286, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.76856100000441, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 61.039732000092044, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 62.7719700000016, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.73410499992315, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 58.8214610000141, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 59.4481290000258, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.06703000003472, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-declaration.js" ], "duration": 60.23212300008163, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 0.8020779999205843, "failureMessages": [ "ignore-indentation.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `ignore-indentation.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - \t \t `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.4182209999999, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.61154399998486, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.03006100002676, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 58.877616000012495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 62.68586399999913, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.57789399998728, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 60.042903000023216, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ignore-indentation.js" ], "duration": 61.24935399997048, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 0.5674199999775738, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 69.8124339999631, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 62.76014600007329, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 61.15304400003515, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 62.266202000086196, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 63.19427600002382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 61.515460999915376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.99157299997751, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-1.js" ], "duration": 60.91638700000476, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 0.5858720000833273, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 63.15250399999786, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 62.433918000082485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.12712899991311, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 59.39312300004531, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 61.87306100002024, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 61.59201799996663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 60.788840999943204, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3789-2.js" ], "duration": 62.11634599999525, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 0.5488119999645278, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 60.175448000081815, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 60.79543400008697, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 60.27944299997762, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 61.50611899991054, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 60.52986799995415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 62.08048699994106, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 62.5684070000425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-1.js" ], "duration": 60.695978999952786, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 0.5464879999635741, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 62.55592600000091, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 62.41182499995921, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 60.94651599996723, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 60.311179999960586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 59.949480000068434, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 60.91192900005262, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 61.31886800006032, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-2.js" ], "duration": 59.73228400002699, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 0.5732169999973848, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 62.97800899995491, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 61.572953999973834, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 60.368507999926805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 60.47997799993027, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 60.161813999991864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 59.99687699996866, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 60.947705999948084, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-3.js" ], "duration": 60.78374500002246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 0.6446299999952316, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.899846000014804, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.475182999973185, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 60.99776800000109, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 60.37427699996624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 60.681489999988116, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 61.17337800003588, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 62.36336899991147, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4206-4.js" ], "duration": 61.21579499996733, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 0.7913870000047609, "failureMessages": [ "issue-7082.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-7082.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -11,9 +11,9 @@\n | ^^^^^\n 3 | `;\n 4 |\n =====================================output=====================================\n export const Button = styled.button`\n - color: blue;\n + color: blue;\n `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 63.64834499999415, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 61.9328080000123, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 59.33947500004433, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.608329999959096, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.535188999958336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 62.38111899991054, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 60.90149299998302, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7082.js" ], "duration": 61.90466300002299, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 0.675080000073649, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 61.591599000035785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 63.20350599999074, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 62.03813300002366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 80.49260600004345, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 66.4982880000025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 63.40273999993224, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 61.225915999966674, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "large-dict.js" ], "duration": 62.69516800006386, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 1.0558199998922646, "failureMessages": [ "module-export1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export1.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.30149199999869, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 62.270284999976866, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.65071099996567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.391979999956675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 59.19851999997627, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 60.714874000055715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.676544999936596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export1.js" ], "duration": 58.76609300007112, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 0.8165250000311062, "failureMessages": [ "module-export2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export2.js format 1`\n \n - Snapshot - 4\n + Received + 3\n \n @@ -17,15 +17,14 @@\n 7 |\n 8 | export default 42\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 60.03834100009408, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.57909999997355, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.68581699999049, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.448858999996446, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 57.745909000048414, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 58.72869400004856, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 60.21805700007826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export2.js" ], "duration": 59.05182499997318, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 0.7698969999328256, "failureMessages": [ "module-export3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-export3.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -15,16 +15,14 @@\n > 8 | export default 42\n | ^^^^\n 9 |\n 10 |\n =====================================output=====================================\n - import def , {named} from 'x'\n + import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n export default 42;\n -\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 62.06545599992387, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 61.38352799997665, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 60.388785000075586, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 60.055944000021555, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.63035099999979, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 59.53007900004741, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.06338099995628, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-export3.js" ], "duration": 58.84291000000667, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 0.7664610000792891, "failureMessages": [ "module-import.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `module-import.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -17,14 +17,12 @@\n 9 |\n 10 |\n =====================================output=====================================\n import def, { named } from \"x\";\n \n - export * from 'd'\n + export * from \"d\";\n \n - export const x\n - = 42\n + export const x = 42;\n \n - export default 42\n -\n + export default 42;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.13422599993646, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.20004099991638, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.91342200001236, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.051346999942325, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 58.47511800006032, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.03667200007476, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 59.55010700004641, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "module-import.js" ], "duration": 60.828845000010915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 0.9113709999946877, "failureMessages": [ "multiple-statements.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -25,18 +25,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 65.68270600005053, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 62.653512999997474, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 62.715383999980986, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 60.26259699999355, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 60.641554999980144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 59.92252199992072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 58.91549499996472, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements.js" ], "duration": 58.68126499990467, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 0.8115550000220537, "failureMessages": [ "multiple-statements2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `multiple-statements2.js format 1`\n \n - Snapshot - 6\n + Received + 2\n \n @@ -29,18 +29,14 @@\n 13 | call(\n 14 | 1, 2,3\n 15 | );\n 16 |\n =====================================output=====================================\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n call(1, 2, 3);\n \n call(1, 2, 3);\n \n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 62.31155199999921, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.32829799992032, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.543559000012465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.94373800000176, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 58.43936499999836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.036573000019416, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.1215460000094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple-statements2.js" ], "duration": 60.08575800003018, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 0.5655360000673681, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.93910700001288, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.36880699999165, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.218080000020564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 61.81138600001577, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 60.43135299999267, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.62964800000191, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 59.4328159999568, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-print-width.js" ], "duration": 84.67068500001915, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.7916180000174791, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 59.44344599999022, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.72564399999101, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.72768000001088, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.37252500001341, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 58.81232199992519, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.422062000026926, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.81441300001461, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.23354000004474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.816194000071846, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 2\n + Received + 1\n \n @@ -18,9 +18,8 @@\n =====================================output=====================================\n try {\n if (condition) {\n body;\n }\n - }\n - catch (err) {}\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.09575599990785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.7502220000606, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.41986199992243, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 62.55541899998207, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.57077799993567, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 58.95626599993557, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.24760400003288, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 59.98421700007748, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 0.8188889999873936, "failureMessages": [ "nested3.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested3.js format 1`\n \n - Snapshot - 5\n + Received + 5\n \n @@ -15,12 +15,12 @@\n 5 | }\n 6 | catch (err) {}\n 7 |\n =====================================output=====================================\n try {\n - 1;if (condition) {\n - body;\n - }\n - }\n - catch (err) {}\n + 1;\n + if (condition) {\n + body;\n + }\n + } catch (err) {}\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 60.87946000008378, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 60.59572800004389, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 61.52816900005564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 61.77272600005381, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.73600399994757, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 59.256755999987945, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 58.882501999964006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested3.js" ], "duration": 60.30177000002004, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 0.5488550000591204, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.89842699992005, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.48914600000717, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.89335000002757, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.187670000013895, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.821472999989055, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.614678999991156, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 58.78004699992016, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression.js" ], "duration": 59.213540000026114, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 0.858092000009492, "failureMessages": [ "object-expression2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `object-expression2.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -20,11 +20,10 @@\n > 9 | },\n | ^^^^^^\n 10 | ]\n 11 |\n =====================================output=====================================\n -\n const y = [\n {\n a: 1,\n },\n {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.63400099996943, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.91737799998373, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 58.72001699998509, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.60490899998695, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.95251499989536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 59.96569000009913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 61.82043500000145, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object-expression2.js" ], "duration": 60.35276800009888, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 0.7443099999800324, "failureMessages": [ "range-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-end.js format 1`\n \n - Snapshot - 4\n + Received + 2\n \n @@ -18,12 +18,10 @@\n | ^^^^^\n > 9 | );\n | ^^\n =====================================output=====================================\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n + call(1, 2, 3);\n \n - call(1, 2, 3);\n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 62.32773199991789, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.85616600001231, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 61.39326699997764, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 63.32576500007417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 58.93744299991522, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 60.156689000083134, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.95268000010401, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-end.js" ], "duration": 59.119922999991104, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 0.7759889999870211, "failureMessages": [ "range-start.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range-start.js format 1`\n \n - Snapshot - 4\n + Received + 1\n \n @@ -20,12 +20,9 @@\n 9 | );\n 10 |\n =====================================output=====================================\n call(1, 2, 3);\n \n -\n // Unchanged\n - call(\n - 1, 2,3\n - );\n + call(1, 2, 3);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 60.79258600005414, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.826591999968514, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.28061399993021, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.94444900006056, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 59.790838000015356, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 61.65184100007173, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 61.55824499996379, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range-start.js" ], "duration": 61.610442999983206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 0.824769000057131, "failureMessages": [ "range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `range.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -14,14 +14,14 @@\n 6 | }\n 7 | }\n 8 | }\n 9 |\n =====================================output=====================================\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - function ugly ( {a=1, b = 2 } ) {\n - `multiline template string\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + function ugly({ a = 1, b = 2 }) {\n + `multiline template string\n with too much indentation`;\n }\n }\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "range.js" ], "duration": 62.087005000095814, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 61.76774399995338, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.22228400001768, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.11359799990896, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.90250099997502, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.99041500000749, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.26387899997644, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "range.js" ], "duration": 60.26000100001693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 0.7762289999518543, "failureMessages": [ "reversed-range.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `reversed-range.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^^^^^^^^^^^^^ [Reversed range]\n 2 | // The range will be 26~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 26~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.23992099997122, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.24740700004622, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 59.236952000064775, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.78832400008105, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.666426999960095, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.034187000012025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 58.50009800004773, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reversed-range.js" ], "duration": 57.53500300005544, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 0.7467230000765994, "failureMessages": [ "start-equals-end.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `start-equals-end.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -8,9 +8,11 @@\n > 1 | foo = 1.0000;bar = 1.0000;baz=1.0000;\n | ^\n 2 | // The range will be 13~13, should not format anything\n 3 |\n =====================================output=====================================\n - foo = 1.0000;bar = 1.0000;baz=1.0000;\n + foo = 1.0;\n + bar = 1.0;\n + baz = 1.0;\n // The range will be 13~13, should not format anything\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.2111159999622, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 57.7443660000572, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.226594000007026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 59.30853699997533, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 59.83256100001745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 60.58832599991001, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 59.94027699995786, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "start-equals-end.js" ], "duration": 58.525013000005856, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 0.5883789999643341, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 60.466970999957994, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.62679000000935, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.15505000005942, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.23829200002365, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 57.62813800002914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 59.0143059999682, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 60.03980000002775, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "try-catch.js" ], "duration": 58.97484500007704, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 0.8503270000219345, "failureMessages": [ "whitespace.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `whitespace.js format 1`\n \n - Snapshot - 1\n + Received + 0\n \n @@ -7,8 +7,7 @@\n =====================================input======================================\n > 1 | \n | ^\n 2 |\n =====================================output=====================================\n - \n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 114)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 60.906237999908626, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.64248999999836, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 58.33707300003152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 59.45753399992827, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 61.51501299999654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 77.36207999999169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 61.37741900002584, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "whitespace.js" ], "duration": 59.65711500006728, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 415937.446724, "end": 418354.684173, "runtime": 2417, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/preserve-line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "argument-list.js" ], "duration": 0.626300000003539, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 77.59685799991712, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 73.66260399995372, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 71.69539000000805, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 70.43940699996892, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 66.42751400009729, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 69.90169099997729, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 69.03087700007018, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "argument-list.js" ], "duration": 70.10930000001099, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.7209760000696406, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 81.95716899994295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 62.755479000043124, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.75223199999891, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.26397899992298, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 64.03941700002179, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.11883699998725, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 60.843029999989085, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 61.57907599990722, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 0.4248430000152439, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 74.6094939999748, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 67.16851900005713, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 66.88851399999112, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 64.94800500001293, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 63.22779199993238, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 67.91838799999095, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 69.73904699995182, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member-chain.js" ], "duration": 65.62352200003807, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 0.4452809999929741, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 68.67873600008897, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.56394399993587, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 63.97494999994524, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.07409699994605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 66.67354799993336, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 69.01381399994716, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 64.13906100008171, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parameter-list.js" ], "duration": 65.28550699993502, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 418454.932175, "end": 419705.421166, "runtime": 1250, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/performance/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nested-real.js" ], "duration": 0.44306700001470745, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 97.43066199996974, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 73.94541000004392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 69.78172700002324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 71.0106519999681, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 70.60856099997181, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 70.88712800003123, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 70.3129300000146, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested-real.js" ], "duration": 71.84598300000653, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.45391700009349734, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 70.17148799996357, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.48411199997645, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.98332899995148, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 64.13102900004014, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 62.77322199998889, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.86140099994373, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.919412999995984, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 65.62965600006282, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 419805.22702199995, "end": 421650.633573, "runtime": 1845, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-chaining/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "chaining.js" ], "duration": 0.7914879999589175, "failureMessages": [ "chaining.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `chaining.js format 1`\n \n - Snapshot - 10\n + Received + 10\n \n @@ -98,18 +98,18 @@\n a?.();\n a?.[++x];\n a?.b.c(++x).d;\n a?.b[3].c?.(x).d;\n a?.b.c;\n - (a?.b).c;\n + a?.b.c;\n a?.b?.c;\n delete a?.b;\n \n a?.b[3].c?.(x).d.e?.f[3].g?.(y).h;\n \n - (a?.b).c();\n - (a?.b[c]).c();\n + a?.b.c();\n + a?.b[c].c();\n \n a?.b?.c.d?.e;\n (a ? b : c)?.d;\n \n (list || list2)?.length;\n @@ -125,33 +125,33 @@\n a?.[b?.c].d();\n a[b?.c]?.d();\n a?.[b?.c]?.d();\n \n one?.fn();\n - (one?.two).fn();\n - (one?.two)();\n - (one?.two())();\n + one?.two.fn();\n + one?.two();\n + one?.two()();\n one.two?.fn();\n - (one.two?.three).fn();\n + one.two?.three.fn();\n one.two?.three?.fn();\n \n one?.();\n - (one?.())();\n + one?.()();\n one?.()?.();\n \n - (one?.()).two;\n + one?.().two;\n \n a?.[b ? c : d];\n \n (-1)?.toFixed();\n (void fn)?.();\n (a && b)?.();\n (a ? b : c)?.();\n (function () {})?.();\n (() => f)?.();\n (() => f)?.x;\n - (a?.(x)).x;\n + a?.(x).x;\n (\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa &&\n aaaaaaaaaaaaaaaaaaaaaaaa\n )?.();\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 117)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 79.07062599994242, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 78.18334099999629, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.33946300006937, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 78.08898699993733, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 70.07616699999198, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 77.5259129999904, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 72.33173800003715, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chaining.js" ], "duration": 80.47293599997647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 0.47119999991264194, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.60327700001653, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 69.58260399999563, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.27980399993248, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.12813099997584, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 67.14397199999075, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.46490699995775, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 65.80194899998605, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comments.js" ], "duration": 66.01272100000642, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 0.4773509999504313, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.784806000068784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.386797999963164, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.5254169999389, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.24598699994385, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.08012000005692, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.04303100006655, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 63.57770499994513, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "eval.js" ], "duration": 62.46018000005279, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 421775.473652, "end": 422316.20243699994, "runtime": 541, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/optional-catch-binding/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 0.5412510000169277, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.86644100002013, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 59.898017000057735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 58.68359199992847, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 60.377329000039026, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 61.09579200006556, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 60.583867999957874, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 60.14114999992307, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "optional_catch_binding.js" ], "duration": 60.418839999940246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 422412.52462999994, "end": 424662.52605199994, "runtime": 2250, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/object-prop-break-in/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.4608700000680983, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.926442999974824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.95729699998628, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.38896100001875, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.54634799994528, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.088260999997146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 59.95272600010503, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.36026799993124, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.969337000045925, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 0.43781699996907264, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 60.1406399999978, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.65549499995541, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 60.0618030000478, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.74869999999646, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 60.97044900001492, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 60.55553399992641, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 59.86589399992954, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "long-value.js" ], "duration": 60.229136000038125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 0.5512390000512823, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 62.91989799996372, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.22731400001794, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 61.93304300005548, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.73425799992401, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 64.8307049999712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.72891100007109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.26315900008194, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "short-keys.js" ], "duration": 63.20548000000417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 0.43438099999912083, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 67.73054599994794, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 66.42071600002237, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.54065099998843, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 64.46310000005178, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.67682299995795, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 63.73547099996358, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.19865199993365, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 65.46663999999873, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 424765.67840699997, "end": 425349.398075, "runtime": 584, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/nullish-coalescing/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 0.44737499998882413, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 63.85526400001254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.75404999998864, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.91303799999878, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 62.76700500003062, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 61.565468000015244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 62.38358599995263, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 63.03924100007862, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nullish_coalesing_operator.js" ], "duration": 64.47473300003912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 425457.462628, "end": 427133.46873300005, "runtime": 1676, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/member/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "conditional.js" ], "duration": 0.46593000006396323, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 60.78652600001078, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.525680999970064, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.394813999999315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.32186799996998, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 58.290592999896035, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.50555199990049, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 61.038463000091724, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 59.1839499999769, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 0.4478870000457391, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "expand.js" ], "duration": 66.45174899999984, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 66.89661599998362, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.929598000017, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 66.0260319999652, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 63.88924599997699, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.4201630000025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.11573600000702, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expand.js" ], "duration": 64.0719360000221, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 0.4826609999872744, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.534806000068784, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.13435800001025, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.5822970001027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.85993000003509, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 59.30581000004895, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.84711999993306, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 60.31909200001974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical.js" ], "duration": 58.63849200005643, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 427241.05751, "end": 428908.087441, "runtime": 1667, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/new-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.45492899999953806, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.22313299996313, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.90900999994483, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.0930080000544, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 59.2834149999544, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.88542599999346, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.01861500006635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.15954099991359, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 58.203560000052676, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 0.4637860000366345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.76172200008295, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.04545600002166, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 63.84857800009195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 64.76198499999009, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.04756700003054, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.93838299997151, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 61.43590299994685, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new_expression.js" ], "duration": 62.61801100010052, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 0.3924229999538511, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.545568000059575, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.04467300011311, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.67315099993721, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 59.68685800000094, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.66770699992776, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.1008959999308, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 61.47834500006866, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "with-member-expression.js" ], "duration": 62.93601199996192, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 429008.78674099996, "end": 430177.50909699994, "runtime": 1169, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical_expressions/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "issue-7024.js" ], "duration": 0.4291110000340268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 63.4489520000061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 64.0729369999608, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.0710909999907, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.014837000053376, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.42105000000447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 60.408366000046954, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 74.89912600000389, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7024.js" ], "duration": 61.71353499998804, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 0.501105000032112, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 69.44430500001181, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.87924599996768, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 65.56116200005636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.44180999998935, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 63.70131300005596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 66.35695000004489, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 69.10487100004684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical_expression_operators.js" ], "duration": 65.53592799999751, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 430278.82994499995, "end": 430961.24912700005, "runtime": 682, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/logical-assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "logical-assignment.js" ], "duration": 0.46215299994219095, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 68.2278299999889, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 116.0094289999688, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 71.89672399999108, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 68.96260299999267, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.24169199995231, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.07404900004622, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 68.5097610000521, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "logical-assignment.js" ], "duration": 67.56124999991152, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 431060.94995800004, "end": 431619.55965999997, "runtime": 559, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/literal-numeric-separator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.39727199997287244, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.658800999983214, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.27340900001582, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.968903000000864, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.88692499999888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.652468000072986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.229636000003666, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.54222000006121, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.78797199996188, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 431722.13357999997, "end": 432290.469075, "runtime": 568, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line-suffix-boundary/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "boundary.js" ], "duration": 0.5196800000267103, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 66.64957500004675, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 63.468218000023626, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.7775510000065, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.37604200001806, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 62.33808799996041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 64.68157300003804, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.90777499997057, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "boundary.js" ], "duration": 61.84571600006893, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 432390.34342600004, "end": 432938.41903199995, "runtime": 548, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/line/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "windows.js" ], "duration": 0.39530799991916865, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.862200000090525, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.37835100002121, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.58892999996897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 60.17005399998743, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.395250999950804, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 59.76933599996846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 61.04049399995711, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "windows.js" ], "duration": 63.35175999999046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 433039.585302, "end": 434711.676103, "runtime": 1672, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/label/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 0.4691859999438748, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 65.8814929999644, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 64.12747099995613, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.437747000018135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.244857000070624, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 61.21172599995043, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.1361409999663, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 62.40629600000102, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "block-statement-and-regexp.js" ], "duration": 60.58678799995687, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.4241919999476522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.94832099997438, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.815000999951735, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.84872800006997, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 60.96902099996805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.674954999936745, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.53071099997032, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.80955400003586, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.85015000007115, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 0.40392299997620285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 59.619853999931365, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.61585900001228, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.73627400002442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 62.19375299999956, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.979117000009865, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.191087000072, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 59.73321400000714, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_label.js" ], "duration": 60.49422999995295, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 434820.18141300004, "end": 435392.19222299993, "runtime": 572, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/import-meta/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "import_meta.js" ], "duration": 0.46126999997068197, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.25755799992476, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.81599000003189, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.22867999994196, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 62.21560100000352, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 61.75561600003857, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 63.068867999943905, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 61.249050999991596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "import_meta.js" ], "duration": 60.21728500002064, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 44, "numPendingTests": 0, "perfStats": { "start": 435490.70011299994, "end": 438363.948666, "runtime": 2873, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/if/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment_before_else.js" ], "duration": 0.4320150000276044, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.99667800008319, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.35885800002143, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.47563300002366, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 59.68723499996122, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.581764000002295, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 62.30874500004575, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 61.895808000001125, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment_before_else.js" ], "duration": 60.14614299999084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 0.4837129999650642, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.52385300002061, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.55991399998311, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.89729900006205, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "else.js" ], "duration": 62.44703799998388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.21593900001608, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.43933399999514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "else.js" ], "duration": 63.446130999946035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "else.js" ], "duration": 61.841572999954224, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 0.6812710000667721, "failureMessages": [ "expr_and_same_line_comments.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `expr_and_same_line_comments.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -78,10 +78,10 @@\n // TODO[@fisker]: fix this\n // if (a) var a = 1; /* comment 6e */\n // else return 2;\n \n if (a)\n - if (b /* comment 6f */);\n + if (b);/* comment 6f */\n else return 2;\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 130)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 71.94599500007462, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.93648299993947, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 65.25095599994529, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 66.6317009999184, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 64.10346699994989, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 66.07616599998437, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 66.07745499990415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "expr_and_same_line_comments.js" ], "duration": 68.85841499990784, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 0.4522329999599606, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 76.91981200000737, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 71.81694299995434, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.312188000069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 65.09963199996855, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 63.3452540000435, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 64.94740699999966, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 64.6737509999657, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "if_comments.js" ], "duration": 68.01996000006329, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 0.40687900001648813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 61.00427400006447, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 60.942258000024594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 60.330606000032276, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 59.65831500000786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 60.536252999911085, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 61.10778800002299, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 62.385126999928616, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "trailing_comment.js" ], "duration": 65.10074499994516, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 438464.843362, "end": 440148.755866, "runtime": 1684, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/generator/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "anonymous.js" ], "duration": 0.403863999992609, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.14756800001487, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.201468999963254, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.49845900002401, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.783716000034474, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.79918400000315, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 61.86390500003472, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 62.263066999963485, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "anonymous.js" ], "duration": 60.84243499999866, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 0.4175700000487268, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async.js" ], "duration": 66.53330700006336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.42050500004552, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.51273700001184, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async.js" ], "duration": 61.07439000008162, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.745415000012144, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.18898899992928, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async.js" ], "duration": 64.13936200004537, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async.js" ], "duration": 62.06425399996806, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 0.4354629999725148, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 63.183185999980196, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 63.53491099993698, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 64.16259299998637, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 62.75064600002952, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.533345000003465, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.90574299998116, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 61.47225999995135, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-name-starts-with-get.js" ], "duration": 60.728113000048324, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 440247.057156, "end": 440827.20792899997, "runtime": 580, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-first-param/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.4048959999345243, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.54610700008925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.77505900000688, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.77651700004935, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.9547330000205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.995434000040404, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.181159999920055, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.99749300000258, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 67.50054399995133, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 440929.857347, "end": 441525.42864699994, "runtime": 596, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 0.4193019999656826, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.48524100007489, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.47958499996457, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 65.36431299999822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 64.5180489999475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 63.2706280000275, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 72.93991700001061, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 69.40354600001592, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "params-trail-comments.js" ], "duration": 68.73241399996914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 441627.02817400004, "end": 442785.194709, "runtime": 1158, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "function_expression.js" ], "duration": 0.4006379999918863, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 66.38754700007848, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.946009999956004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 63.098566000000574, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.52408799994737, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.8576480000047, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 65.06204400002025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 62.891921999980696, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_expression.js" ], "duration": 64.75670400005765, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 0.4354919999605045, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 63.641099000000395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 63.45751800003927, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 63.797341000055894, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 62.43371799995657, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 63.980164000066, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 65.26351100008469, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 67.41192900005262, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10277.js" ], "duration": 67.12888899992686, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 442883.99619100004, "end": 443449.40394099994, "runtime": 565, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-of/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-identifier.js" ], "duration": 0.4237500000745058, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.07813000003807, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.81664199999068, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.095285000046715, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.34397399995942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 61.509482999914326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 63.2319140000036, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.69756200001575, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-identifier.js" ], "duration": 62.86341600003652, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 443548.81905899994, "end": 444137.090959, "runtime": 588, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "for-await.js" ], "duration": 0.4140730000799522, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 70.8647120000096, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 64.75357000005897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.95017799991183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 62.8859109999612, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 64.11702999996487, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 65.37617000006139, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 66.41806199995335, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for-await.js" ], "duration": 66.52198100008536, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ncontinue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 61, "numPendingTests": 0, "perfStats": { "start": 444246.13964500005, "end": 448281.910077, "runtime": 4036, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 5, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/for/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.49664700007997453, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.38601799996104, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.01137199997902, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 62.225078999996185, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.36285599996336, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.79019900003914, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.90200000000186, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.19565899996087, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.557620999985375, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 0.7833920000120997, "failureMessages": [ "continue-and-break-comment-1.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-1.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -213,13 +213,13 @@\n do {\n break; /* comment */\n } while (true);\n \n label1: for (;;) {\n - continue label1 /* comment */;\n + continue label1; /* comment */\n }\n \n label2: {\n - break label2 /* comment */;\n + break label2; /* comment */\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 67.90275500004645, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.6802289999323, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.08580100000836, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.17847299994901, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.2885659999447, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 65.35373600001913, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 64.85434499999974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-1.js" ], "duration": 66.55495799996424, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 0.4911359999096021, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 78.96452300006058, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 67.99338300002273, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 71.62280899996404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 67.35253000003286, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 64.27670399995986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 63.74381400004495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.775524999946356, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-2.js" ], "duration": 62.59478899999522, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 1.2294049999909475, "failureMessages": [ "continue-and-break-comment-without-blocks.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `continue-and-break-comment-without-blocks.js format 1`\n \n - Snapshot - 57\n + Received + 36\n \n @@ -100,51 +100,39 @@\n label1: for (;;) continue label1\n // comment\n ;\n \n =====================================output=====================================\n - for (;;)\n - continue;\n - // comment\n + for (;;) continue;\n + // comment\n \n - for (;;)\n - break;\n - // comment\n + for (;;) break;\n + // comment\n \n - for (const f of [])\n - continue;\n - // comment\n + for (const f of []) continue;\n + // comment\n \n - for (const f of [])\n - break;\n - // comment\n + for (const f of []) break;\n + // comment\n \n - for (const f in {})\n - continue;\n - // comment\n + for (const f in {}) continue;\n + // comment\n \n - for (const f in {})\n - break;\n - // comment\n + for (const f in {}) break;\n + // comment\n \n - for (;;)\n - continue; // comment\n + for (;;) continue; // comment\n \n - for (;;)\n - break; // comment\n + for (;;) break; // comment\n \n - for (const f of [])\n - continue; // comment\n + for (const f of []) continue; // comment\n \n - for (const f of [])\n - break; // comment\n + for (const f of []) break; // comment\n \n - for (const f in {})\n - continue; // comment\n + for (const f in {}) continue; // comment\n \n - for (const f in {})\n - break; // comment\n + for (const f in {}) break; // comment\n \n for (;;) continue; /* comment */\n \n for (;;) break; /* comment */\n \n @@ -154,43 +142,34 @@\n \n for (const f in {}) continue; /* comment */\n \n for (const f in {}) break; /* comment */\n \n - for (;;)\n - continue;\n - /* comment */\n + for (;;) continue;\n + /* comment */\n \n - for (;;)\n - break;\n - /* comment */\n + for (;;) break;\n + /* comment */\n \n - for (const f of [])\n - continue;\n - /* comment */\n + for (const f of []) continue;\n + /* comment */\n \n - for (const f of [])\n - break;\n - /* comment */\n + for (const f of []) break;\n + /* comment */\n \n - for (const f in {})\n - continue;\n - /* comment */\n + for (const f in {}) continue;\n + /* comment */\n \n - for (const f in {})\n - break;\n - /* comment */\n + for (const f in {}) break;\n + /* comment */\n \n - label1: for (;;) continue label1 /* comment */;\n + label1: for (;;) continue label1; /* comment */\n \n - label1: for (;;)\n - continue label1;\n - /* comment */\n + label1: for (;;) continue label1;\n + /* comment */\n \n - label1: for (;;)\n - continue label1; // comment\n + label1: for (;;) continue label1; // comment\n \n - label1: for (;;)\n - continue label1;\n - // comment\n + label1: for (;;) continue label1;\n + // comment\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 137)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 67.32681700005196, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.70837200002279, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.55839199991897, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.10158699995372, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 62.63384299993049, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.73750599997584, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 64.20203899999615, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "continue-and-break-comment-without-blocks.js" ], "duration": 63.2346789999865, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 0.44229599996469915, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "for.js" ], "duration": 65.8505250000162, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.65581799997017, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.37514600006398, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "for.js" ], "duration": 60.07860999996774, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "for.js" ], "duration": 59.96592200000305, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "for.js" ], "duration": 62.84894399996847, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "for.js" ], "duration": 63.35451499989722, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "for.js" ], "duration": 64.53039099997841, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 0.4301030000206083, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.2997139999643, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.8974669999443, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.89557000005152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in.js" ], "duration": 63.447749999933876, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.08850399998482, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.95368299994152, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in.js" ], "duration": 61.8057620000327, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "in.js" ], "duration": 62.98530599998776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 0.4355729999952018, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.88495000009425, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.94759300001897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.53273300000001, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "var.js" ], "duration": 61.39180400001351, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.357508999994025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.67502600001171, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "var.js" ], "duration": 59.88513999991119, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "var.js" ], "duration": 60.14736699999776, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 448386.933962, "end": 449478.73992499994, "runtime": 1092, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/expression_statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "no_regression.js" ], "duration": 0.40170000004582107, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.352720999973826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 62.324920999933966, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.49650999996811, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.25521700002719, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 60.520363999996334, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 61.00636200001463, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.820949999964796, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no_regression.js" ], "duration": 59.62272099999245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 0.4175600000889972, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 61.988542999955826, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 63.023871000041254, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.54899599996861, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 60.60560699994676, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.05431799998041, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.517963999998756, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.46099900000263, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "use_strict.js" ], "duration": 59.58492099994328, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nbody.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nclass_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 4, "numPassingTests": 50, "numPendingTests": 0, "perfStats": { "start": 449578.95185499993, "end": 452899.907541, "runtime": 3321, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 4, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/export-default/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary_and_template.js" ], "duration": 0.5831470000557601, "failureMessages": [ "binary_and_template.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `binary_and_template.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {} + foo)``;\n \n =====================================output=====================================\n - export default (function () {} + foo)``;\n + export default ((function () {}) + foo)``;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 61.221698000095785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 62.952508000074886, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.18880099989474, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.53567600005772, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 62.500551000004634, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.5137869999744, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 64.529945999966, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary_and_template.js" ], "duration": 63.433342000003904, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 0.6303249999182299, "failureMessages": [ "body.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `body.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}[1] = 1);\n \n =====================================output=====================================\n - export default (class {}[1] = 1);\n + export default ((class {})[1] = 1);\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.758434000075795, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.687214000034146, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 61.790259999921545, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.63843200006522, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.69905400008429, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.92294099996798, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.11718800000381, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 60.599656000034884, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 0.5890989999752492, "failureMessages": [ "class_instance.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `class_instance.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (class {}.getInstance());\n \n =====================================output=====================================\n - export default (class {}.getInstance());\n + export default (class {}).getInstance();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.28404199995566, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.7729929999914, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 61.63272400002461, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 63.8823379999958, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.66396099992562, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.83544600009918, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.022484000073746, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class_instance.js" ], "duration": 60.627954000025056, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 0.40392299997620285, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 60.92684799991548, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.44478400005028, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 64.44213199999649, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 63.32911499997135, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.649424999952316, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.29480200004764, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 62.40199899999425, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_in_template.js" ], "duration": 61.12176999996882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 0.6689269999042153, "failureMessages": [ "function_tostring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function_tostring.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -4,8 +4,8 @@\n | printWidth\n =====================================input======================================\n export default (function() {}).toString();\n \n =====================================output=====================================\n - export default (function () {}.toString());\n + export default (function () {}).toString();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 139)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.932468000100926, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.42275999998674, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.6918730000034, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.73899600002915, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.68640000000596, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.0495430000592, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 59.62098699994385, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function_tostring.js" ], "duration": 60.29735500004608, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4084110000403598, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.287221999955364, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 61.44557800004259, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.61708999995608, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.64835200004745, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.46627299999818, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.97475200006738, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 59.50709099997766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 60.071094000013545, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 90, "numPendingTests": 0, "perfStats": { "start": 453006.57508599997, "end": 458542.08633, "runtime": 5536, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 10, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/es6modules/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 0.4842120000394061, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.74996699998155, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 62.842629999970086, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.08008099999279, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.5037870000815, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.927154000033624, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.19151300005615, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 64.0426280000247, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_arrow_expression.js" ], "duration": 61.584205999970436, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 0.432816999964416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.80742600001395, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.28544700006023, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.17862600006629, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 61.089432000066154, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 59.927856000023894, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.46812099998351, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.45867699990049, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_call_expression.js" ], "duration": 60.09385100007057, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 0.40735100000165403, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 59.88524099998176, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 61.03224900003988, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 59.98627599992324, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.7060979999369, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.89379999996163, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 59.28845500003081, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 59.59470700006932, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_declaration.js" ], "duration": 60.199293999932706, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 0.4205850000726059, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.01226800004952, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.90049199992791, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.89729700004682, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 59.68898300000001, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 60.08746599999722, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 62.581179000088014, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 64.26005599997006, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_class_expression.js" ], "duration": 63.28427000006195, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 0.45788400003220886, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.87504299997818, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 62.200720000080764, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.60628099995665, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.2228349999059, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 61.1847429999616, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.502823999966495, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.19261999998707, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration.js" ], "duration": 60.91502300009597, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 0.4142830000491813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.83897299994715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 64.21802499995101, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.46048400003929, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.44409599993378, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.31817800004501, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 62.52414100000169, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 61.36808699998073, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_async.js" ], "duration": 60.277661000029184, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 0.41661800001747906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.559582999907434, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 65.02084100001957, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 66.22631299996283, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.762695999932475, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 59.64463900006376, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.99118200002704, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 61.37374800001271, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_declaration_named.js" ], "duration": 60.346556999953464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 0.4737040000036359, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.02266299992334, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.997401000000536, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.974717000033706, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.84165600000415, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 61.5128450000193, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 62.393769999966025, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.5982490000315, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression.js" ], "duration": 60.31472699996084, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 0.42192799993790686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.89991799998097, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 62.622135999961756, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 63.16857400001027, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 62.40069899999071, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 62.945496000000276, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 62.54443499993067, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 60.44821399997454, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_function_expression_named.js" ], "duration": 61.80594500002917, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 0.41936400008853525, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.32287100004032, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.3433349999832, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.0255200000247, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.167316999984905, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 61.411440999945626, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.48240099998657, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 60.89659999997821, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "export_default_new_expression.js" ], "duration": 62.6778049999848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 18, "numPendingTests": 0, "perfStats": { "start": 458645.03025699995, "end": 459819.57855100004, "runtime": 1175, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-statement/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "body.js" ], "duration": 0.4196130000054836, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "body.js" ], "duration": 65.21926300006453, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 66.48899400001392, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "body.js" ], "duration": 63.74297600006685, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.18619400006719, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "body.js" ], "duration": 62.766127999988385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "body.js" ], "duration": 64.46103899995796, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "body.js" ], "duration": 65.85116299998481, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "body.js" ], "duration": 67.57828499993775, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 0.4680940000107512, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 65.87023599992972, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 64.75970599998254, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 64.68844200007152, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 65.23369699995965, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 65.85784599999897, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 65.12137200008146, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 66.1622539999662, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "no-newline.js" ], "duration": 63.91348100011237, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 27, "numPendingTests": 0, "perfStats": { "start": 459929.720013, "end": 461645.860098, "runtime": 1716, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 3, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/empty-paren-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.4425369999371469, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 65.56067099992651, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.88781400001608, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 64.18789900001138, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.09573899989482, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.22212699998636, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.68750400003046, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 62.17260599997826, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 63.57242699991912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 0.4960159999318421, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.656972000026144, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 63.87147300003562, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class.js" ], "duration": 65.58835500001442, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.210401000105776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.285986999981105, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class.js" ], "duration": 62.50688700005412, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class.js" ], "duration": 61.13566299993545, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class.js" ], "duration": 60.57504900009371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 0.45404800004325807, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 65.22671700001229, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 65.0364019999979, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.33963999990374, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.648515999899246, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 61.499366000061855, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.95268600003328, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 63.01160199998412, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty_paren_comment.js" ], "duration": 62.655614999937825, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 17, "numPendingTests": 0, "perfStats": { "start": 461762.21983, "end": 462932.71829099994, "runtime": 1170, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/destructuring/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "destructuring.js" ], "duration": 0.7486379999900237, "failureMessages": [ "destructuring.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `destructuring.js format 1`\n \n - Snapshot - 5\n + Received + 1\n \n @@ -89,15 +89,11 @@\n // code\n }\n \n try {\n // code\n - } catch ({\n - data: {\n - message: { errors },\n - },\n - }) {\n + } catch ({ data: { message: { errors } } }) {\n // code\n }\n \n const obj = {\n func(id, { blog: { title } }) {\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 143)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 68.98958099994343, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 69.53573699994013, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 67.01228099991567, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 65.66335200006142, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.40325800003484, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 66.27814099995885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 71.82197699998505, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 70.47214299999177, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 0.43324899999424815, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.61511099990457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.86644900008105, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.630713999969885, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.16836599993985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 61.50349200004712, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 60.845285000046715, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.77551599999424, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5988.js" ], "duration": 62.79562899994198, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 463036.48798000003, "end": 463596.033719, "runtime": 560, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/computed-props/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "classes.js" ], "duration": 0.47149999998509884, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "classes.js" ], "duration": 61.81414400006179, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.11149300006218, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.073670999961905, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.00660700001754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 60.66837500000838, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 64.13070900004823, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 64.1678799999645, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "classes.js" ], "duration": 66.18552500009537, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 108, "numPendingTests": 0, "perfStats": { "start": 463702.18101, "end": 470507.013051, "runtime": 6805, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 12, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/classes/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "asi.js" ], "duration": 0.5312619999749586, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "asi.js" ], "duration": 64.71457000006922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 63.47380400006659, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 63.361071999999695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 63.504329999908805, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.512649000040255, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.48045799997635, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 61.104799000080675, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "asi.js" ], "duration": 60.44222299999092, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 0.41890200006309897, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 81.29860300000291, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.63136200001463, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.80224999994971, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 64.41692400001921, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 62.534165999968536, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 66.25911600003019, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 65.22795099997893, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment.js" ], "duration": 63.95094299991615, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 0.46672100003343076, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.40369099995587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.20127099996898, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.8804030000465, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 61.03814199997578, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 60.45361700002104, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.12663299997803, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 64.22531400003936, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binary.js" ], "duration": 63.87890700006392, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.4591469999868423, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 64.18068200000562, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.66178899991792, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.037767000030726, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.89220900007058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.92033100000117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.09300499991514, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.33187400002498, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.841951999929734, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 0.4175690000411123, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.37662400002591, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.275880000088364, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 62.13793500000611, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.5852920000907, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 61.46854499995243, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 63.379773000022396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.62490000005346, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-fields-features.js" ], "duration": 64.52319899993017, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 0.4167989999987185, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.223523000022396, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.16068400000222, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.983343000058085, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.65813400002662, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 65.27392000006512, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.61523200001102, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 62.84034500003327, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty.js" ], "duration": 63.06339499994647, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.4079219999257475, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 64.94253000000026, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 64.18935500003863, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "member.js" ], "duration": 63.26494099991396, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "member.js" ], "duration": 62.30775999999605, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 62.913375000003725, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "member.js" ], "duration": 61.276674000080675, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "member.js" ], "duration": 62.73557299992535, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "member.js" ], "duration": 64.29897800006438, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 0.45409799995832145, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "method.js" ], "duration": 66.37943500000983, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 64.83207800006494, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.23395099991467, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.53949500003364, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "method.js" ], "duration": 61.29487199999858, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.18880700005684, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "method.js" ], "duration": 63.050639000022784, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "method.js" ], "duration": 62.0426870000083, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 0.4222590000135824, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.58394699997734, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.73843200004194, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.64456099993549, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "new.js" ], "duration": 64.36282999999821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.93381099996623, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "new.js" ], "duration": 63.20026800001506, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "new.js" ], "duration": 62.543872999958694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "new.js" ], "duration": 61.367146000033244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 0.4559819999849424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "property.js" ], "duration": 65.00597000005655, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.156508000101894, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "property.js" ], "duration": 65.68225200008601, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.46959200000856, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "property.js" ], "duration": 61.873141000047326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "property.js" ], "duration": 62.81362399994396, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "property.js" ], "duration": 63.39144599996507, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "property.js" ], "duration": 61.75126599997748, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 0.5132780000567436, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.9823510000715, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.41588899993803, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.56316300004255, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.08888499997556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "super.js" ], "duration": 60.769919999991544, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.518467999994755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "super.js" ], "duration": 62.0816089999862, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "super.js" ], "duration": 61.36409899999853, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 0.4117590000387281, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 60.941071999957785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.21585799998138, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 62.10553299996536, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.860671999980696, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 63.40298699995037, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.881094999960624, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.98998800001573, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "ternary.js" ], "duration": 61.56290199991781, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 26, "numPendingTests": 0, "perfStats": { "start": 470618.42390500003, "end": 472296.747702, "runtime": 1678, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-comment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-property.js" ], "duration": 0.44016200001351535, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.5940539999865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.9817439999897, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 59.566932999994606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.103405999951065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.6159200000111, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.94251299998723, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 61.71194900001865, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "class-property.js" ], "duration": 60.2854459999362, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 0.7098650000989437, "failureMessages": [ "misc.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `misc.js format 1`\n \n - Snapshot - 1\n + Received + 2\n \n @@ -10,11 +10,12 @@\n }\n }\n \n =====================================output=====================================\n class x {\n - focus() { // comment 1\n + focus() {\n + // comment 1\n // comment 2\n }\n }\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 146)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.148459999938495, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 60.033296999987215, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.627816000021994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.266754000098445, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.40243600006215, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.89525300008245, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.315885000047274, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "misc.js" ], "duration": 59.84706900001038, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.42455200001131743, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 65.6191739999922, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 66.22293300007004, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 64.33555000007618, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 63.70367499999702, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.64276899991091, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.11636600003112, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.805669000023045, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 62.34543499990832, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 8, "numPendingTests": 0, "perfStats": { "start": 472402.11406700005, "end": 472956.251248, "runtime": 554, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/chain-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "test.js" ], "duration": 0.6246469999896362, "failureMessages": [ "test.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `test.js format 1`\n \n - Snapshot - 4\n + Received + 4\n \n @@ -11,15 +11,15 @@\n \n new (a?.b)();\n new (a?.())();\n \n =====================================output=====================================\n - (a?.b).c;\n - (a?.()).b;\n + a?.b.c;\n + a?.().b;\n \n - (a?.b)();\n - (a?.())();\n + a?.b();\n + a?.()();\n \n new (a?.b)();\n new (a?.())();\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 147)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.0778439999558, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.891200999962166, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 60.687266000080854, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.40653799998108, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.12033700000029, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.45738200005144, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "test.js" ], "duration": 61.65193900000304, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "test.js" ], "duration": 62.0556580000557, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 36, "numPendingTests": 0, "perfStats": { "start": 473066.025949, "end": 475433.452152, "runtime": 2367, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/break-calls/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "break.js" ], "duration": 0.47421600006055087, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break.js" ], "duration": 67.77637400000822, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.47852300002705, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "break.js" ], "duration": 64.19738899997901, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.62068000005092, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break.js" ], "duration": 65.08933400001843, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break.js" ], "duration": 73.19702600000892, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "break.js" ], "duration": 66.53561799996532, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break.js" ], "duration": 68.62704900000244, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 0.44026299996767193, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parent.js" ], "duration": 62.84433200000785, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.377348000067286, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 62.388676000060514, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.876719999942, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 64.05589400010649, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.32284699997399, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 60.55974900000729, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parent.js" ], "duration": 61.42076900007669, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 0.4744569999165833, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "react.js" ], "duration": 78.49873099999968, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.97459700005129, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "react.js" ], "duration": 66.68060899991542, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.37624699994922, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.72570399998222, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.3129220000701, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "react.js" ], "duration": 68.12017800007015, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "react.js" ], "duration": 67.58689400006551, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 0.42421299999114126, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 63.530879999976605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 65.07908599998336, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 63.73894399998244, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.798343000002205, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.494665000005625, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 61.73284299997613, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 63.45227599993814, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "reduce.js" ], "duration": 62.49414800002705, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 475538.54485599993, "end": 476131.278827, "runtime": 593, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/binary_math/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "parens.js" ], "duration": 0.42066599999088794, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 68.83585000003222, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 67.13236400007736, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 65.42885999998543, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.68050899996888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.40663300000597, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 64.98166499997023, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 65.67243799997959, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 65.43690000008792, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 476233.849415, "end": 476798.998876, "runtime": 565, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/big-int/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "literal.js" ], "duration": 0.418701000045985, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "literal.js" ], "duration": 61.65624399995431, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.55796699994244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 62.74583899998106, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.154929999960586, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.57682999991812, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.943353999988176, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 63.66874300001655, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "literal.js" ], "duration": 60.68530999997165, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 89, "numPendingTests": 0, "perfStats": { "start": 476903.62376099994, "end": 482598.344323, "runtime": 5695, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 9, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/async/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "async-iteration.js" ], "duration": 0.4693370000459254, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 63.89104699995369, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.992563000065275, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 60.519521999987774, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.26686799991876, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.72177499998361, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 63.10732500010636, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 62.532881000079215, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-iteration.js" ], "duration": 61.464124999940395, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 0.4188719999510795, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 60.66858100006357, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 63.039617000031285, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 61.977565000066534, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.46595400001388, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.38821000000462, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.54671700007748, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.36563799995929, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "async-shorthand-method.js" ], "duration": 62.00563700008206, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 0.4305140000069514, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 66.27611899992917, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 66.09620100003667, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.702487999922596, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 63.335751999984495, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 62.614681000006385, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 63.716182000003755, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 65.92011199996341, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "await-parse.js" ], "duration": 64.97486100008246, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 0.43439100007526577, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 67.80476500000805, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 67.2590949999867, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 64.14010900002904, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.48229600000195, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.947119000018574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.928476999979466, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 62.87609000003431, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "conditional-expression.js" ], "duration": 63.662038000067696, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 0.4061780000338331, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 63.08597600006033, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.79469000000972, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.51587399991695, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 60.62505100003909, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 63.19579899997916, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.08949200005736, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.14103099994827, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "exponentiation.js" ], "duration": 62.65006799995899, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 0.4416839999612421, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 68.97444599994924, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 66.22673500003293, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 65.18154899997171, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 65.19727300002705, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 63.86558900005184, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 65.6913690000074, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 65.14009699993767, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline-await.js" ], "duration": 69.3312820000574, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4408920001005754, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 66.56241200002842, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.43243699998129, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.59113700001035, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.01231199991889, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.04859399993438, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.65934000001289, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 61.397248999914154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 60.77573999995366, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 0.6350849999580532, "failureMessages": [ "nested2.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `nested2.js format 1`\n \n - Snapshot - 1\n + Received + 3\n \n @@ -11,11 +11,13 @@\n );}\n \n =====================================output=====================================\n async function f() {\n await Promise.all(\n - (await readdir(\"src\")).map(async (path) => {\n + (\n + await readdir(\"src\")\n + ).map(async (path) => {\n import(`./${path}`);\n }),\n );\n }\n ↵\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 151)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.87101700005587, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 63.115669000078924, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 63.95415200002026, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 61.337911999900825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 61.85169899999164, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.24562599998899, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.14001400000416, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "nested2.js" ], "duration": 64.08088899997529, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 0.42477299994789064, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parens.js" ], "duration": 63.26162399991881, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.37350400001742, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.327026000013575, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.36424999998417, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 61.60353400011081, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.881263000075705, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.048145999899134, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parens.js" ], "duration": 62.71314400003757, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 0.4601389999734238, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 63.12916299991775, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 65.15978099999484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 63.917101000086404, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 63.25426800001878, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 61.12250599998515, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.0121710000094, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 60.88041499990504, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "simple-nested-await.js" ], "duration": 62.13054199994076, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 482707.738268, "end": 483280.079602, "runtime": 572, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-expression/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "assignment_expression.js" ], "duration": 0.45346600003540516, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 62.843502999981865, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.585105999954976, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.99210400006268, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.57377899996936, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.554253999958746, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 60.138662999961525, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.452812999952585, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment_expression.js" ], "duration": 59.3789729999844, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 54, "numPendingTests": 0, "perfStats": { "start": 483383.702214, "end": 486793.571463, "runtime": 3410, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 6, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment-comments/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "call.js" ], "duration": 0.4298519999720156, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.383934000041336, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.77878000005148, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.008186999941245, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.78131999995094, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.44428199995309, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.80157799995504, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.990703999996185, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 61.19304899999406, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 0.43438999995123595, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call2.js" ], "duration": 63.38674400001764, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 64.33095400000457, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 63.27621599996928, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.57732199993916, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 60.27434799994808, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.074285999988206, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.34273299993947, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call2.js" ], "duration": 61.4794830000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 0.4839640000136569, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function.js" ], "duration": 67.49357799999416, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 66.62178100005258, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.88528399995994, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.17333899997175, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function.js" ], "duration": 63.68419900001027, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function.js" ], "duration": 66.17784099990968, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.10438599996269, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function.js" ], "duration": 65.10539300006349, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 0.40635800000745803, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.40386800002307, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.02209400001448, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.614415000076406, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.36658500006888, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 59.687510000076145, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.24299900000915, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 61.01898399996571, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "identifier.js" ], "duration": 60.85974800004624, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 0.496906999964267, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.34039099991787, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.285412000026554, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.52675299998373, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.71045499993488, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.52157099999022, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number.js" ], "duration": 63.070925000007264, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "number.js" ], "duration": 61.01926700002514, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number.js" ], "duration": 62.19019200000912, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 0.4790539999958128, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "string.js" ], "duration": 74.04810899996664, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 68.24443700001575, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "string.js" ], "duration": 65.8224769999506, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "string.js" ], "duration": 65.11766300001182, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.60631100006867, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.88297000003513, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "string.js" ], "duration": 63.60582900000736, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "string.js" ], "duration": 65.04344599996693, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nissue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 241, "numPendingTests": 0, "perfStats": { "start": 486906.46129099996, "end": 502312.077595, "runtime": 15406, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 25, "unchecked": 0, "unmatched": 2, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/assignment/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binaryish.js" ], "duration": 0.41520500008482486, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.92071900004521, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.557563999900594, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.30209900008049, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.648567000054754, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 61.99523300002329, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 60.768173999967985, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 62.04353400005493, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "binaryish.js" ], "duration": 63.8241299999645, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 0.4577649999409914, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 64.18448100006208, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 62.75006599992048, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 62.46253500005696, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 63.178075000061654, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 63.09740200010128, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 63.17967600002885, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 63.32187900005374, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call-with-template.js" ], "duration": 66.02494899998419, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 0.46048999996855855, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 65.16194899997208, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 64.47840999998152, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 64.17678800004069, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 62.54448899999261, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.00936500006355, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.101574999978766, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 62.28474399994593, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain-two-segments.js" ], "duration": 61.80477200006135, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 0.43147599999792874, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "chain.js" ], "duration": 63.16164199996274, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.249089000048116, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.52926400001161, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.20059999998193, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.66246000002138, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.77431600005366, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 61.49075599992648, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "chain.js" ], "duration": 62.62929599999916, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 0.4775720000034198, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.71689099993091, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.2002710000379, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 61.05762400000822, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.46158700005617, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.93846500001382, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.847963999956846, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.582340999972075, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-array.js" ], "duration": 62.24524100008421, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 0.513950000051409, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 66.87640399998054, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 66.28613200003747, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.49328999989666, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.28360600001179, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.04140600003302, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 64.62628600001335, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 63.07768500002567, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring-heuristic.js" ], "duration": 65.2298380000284, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 0.49183800001628697, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 64.39719899999909, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.19326700002421, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.47817399993073, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.377585000009276, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.01808399998117, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.25781999994069, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 62.93864099995699, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "destructuring.js" ], "duration": 63.347710999893025, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 0.7343910000054166, "failureMessages": [ "discussion-15196.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `discussion-15196.js format 1`\n \n - Snapshot - 8\n + Received + 8\n \n @@ -41,14 +41,14 @@\n await looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n await looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n await looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(await looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(await looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(await looooooooooooooong\n + .looooooooooooooong.loooooong);\n \n const longlonglonglonglonglonglong1 = await new Promise((resolve, reject) => {\n setTimeout(() => {\n resolve(\"foo\");\n }, 300);\n @@ -68,14 +68,14 @@\n yield looooooooooooooong.looooooooooooooong.loooooong;\n const loooooooooooooooooooooooooong2 =\n yield looooooooooooooong.looooooooooooooong.loooooong();\n const loooooooooooooooooooooooooong3 =\n yield looooooooooooooooooooooooooooooooooooooooooooog();\n - const loooooooooooooooooooooooooong4 =\n - !(yield looooooooooooooong.looooooooooooooong.loooooong);\n - const loooooooooooooooooooooooooong5 =\n - void !!(yield looooooooooooooong.looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong4 = !(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n + const loooooooooooooooooooooooooong5 = void !!(yield looooooooooooooong\n + .looooooooooooooong.loooooong);\n const loooooooooooooooooooooooooong6 =\n yield* looooooooooooooong.looooooooooooooong.loooooong;\n \n const longlonglonglonglonglonglong1 = yield qwertyuiop(\n asdfghjkl,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 77.42195900005754, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 70.0455330000259, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 69.56658500002231, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 68.3284589999821, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 66.14361399994232, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 71.1312189999735, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 68.48543000000063, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "discussion-15196.js" ], "duration": 68.87959499994759, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 0.43206699995789677, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.75708400004078, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 74.54936900001485, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 65.98578500002623, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.02667000005022, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.20983599999454, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 62.010955000063404, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 63.078022000030614, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10218.js" ], "duration": 61.541614999994636, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 0.49779900000430644, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 62.233245000010356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 62.64044900005683, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.36993499996606, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.213260999997146, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.12354800000321, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 62.11893700005021, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 61.16348700004164, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1419.js" ], "duration": 60.71622699999716, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 0.6418990000383928, "failureMessages": [ "issue-15534.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `issue-15534.js format 1`\n \n - Snapshot - 6\n + Received + 9\n \n @@ -10,15 +10,18 @@\n \n params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n =====================================output=====================================\n - params[\"redirectTo\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\n + \"redirectTo\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params[\"redirectTo\"][\"codePointAt\"][\"name\"] =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params[\"redirectTo\"][\"codePointAt\"][\n + \"name\"\n + ] = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n - params.redirectTo.bar.bar.ba.barab[\"foo\"].abr =\n - `${window.location.pathname}${window.location.search}${window.location.hash}`;\n + params.redirectTo.bar.bar.ba.barab[\n + \"foo\"\n + ].abr = `${window.location.pathname}${window.location.search}${window.location.hash}`;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 154)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.06666100001894, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 67.12503900006413, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.8259759999346, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 65.29173599998467, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.27904599998146, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 66.28269800008275, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 66.07203499996103, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-15534.js" ], "duration": 64.8685739999637, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 0.4199040000094101, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 64.18789900001138, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.237331999931484, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.500145000056364, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.463190000038594, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 60.95945900003426, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.76885900006164, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 63.388662000070326, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-1966.js" ], "duration": 62.22077400004491, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 0.43969100003596395, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 64.10122499999125, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 63.19606200000271, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.07217800000217, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 63.79102500004228, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 63.469817999983206, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 63.5376919999253, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.149959999951534, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2184.js" ], "duration": 62.41846300009638, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 0.45545000000856817, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.23022100003436, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 64.58583999995608, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 64.41879599995445, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 65.38028300006408, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 64.10341699991841, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 63.2272149999626, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 63.398440000019036, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-1.js" ], "duration": 62.512480000033975, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 0.49703799991402775, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 65.58666699996684, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.73273000004701, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.3169469999848, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.6279499999946, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.07311899994966, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 64.23162700003013, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 65.50438599998597, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2482-2.js" ], "duration": 63.690154999960214, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 0.48485600005369633, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 63.17693900002632, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 64.78060199995525, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 64.41855699999724, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 64.1304920000257, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 64.03800599998794, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 63.36834600009024, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 62.37390000000596, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-2540.js" ], "duration": 65.25329500006046, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 0.4416840000776574, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 64.31822899996769, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 61.24963800003752, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 62.983808999997564, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 64.33511200000066, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 65.20438400004059, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 64.73339299997315, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 63.79816000000574, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-3819.js" ], "duration": 64.45892200001981, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 0.4280789999756962, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.7854529999895, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.749053000006825, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 60.479211000027135, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 61.80742199998349, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 64.74390300002415, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 63.31374600005802, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.99771299993154, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-4094.js" ], "duration": 62.68836599995848, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 0.45862699998542666, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 64.85703699989244, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 64.78188400005456, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 63.61936499993317, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.75019399996381, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 61.26722300006077, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 64.35751300002448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 62.648944000015035, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-5610.js" ], "duration": 60.78430599998683, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 0.42866999993566424, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 67.05862100003287, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.34303799993359, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 67.89828700001817, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 66.2906189999776, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 65.82969499996398, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 67.11762200004887, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 67.05440399993677, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-6922.js" ], "duration": 69.09208499989472, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 0.4872800000011921, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 64.00761800003238, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 62.53979299997445, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.876650999998674, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.06188900000416, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 61.21293799998239, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.951787999947555, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.58035800000653, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7091.js" ], "duration": 60.065475999959745, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 0.463164999964647, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.13512300001457, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 62.00197300000582, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 63.79219100007322, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.96125900000334, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.406231999979354, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.7986249999376, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 60.345268000033684, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7572.js" ], "duration": 61.64447499997914, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 0.42316999996546656, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.95560900005512, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.3626280000899, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 63.33233600005042, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 61.0220739999786, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 60.46324700000696, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 63.653226000024006, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 62.3721389999846, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7961.js" ], "duration": 63.110883000073954, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 0.4200640000635758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.765483999974094, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 63.199464999954216, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.23777999996673, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 60.15992100001313, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 61.679919000016525, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 64.29246999998577, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 64.69476500002202, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-8218.js" ], "duration": 63.781495000002906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 0.4113880000077188, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 65.46678200003225, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.46915100002661, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 66.42500799999107, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 64.94897000002675, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.80989699997008, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.39057600009255, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 62.11392099992372, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "lone-arg.js" ], "duration": 63.99429100006819, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 0.4266160000115633, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 63.49205300002359, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.302680999971926, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 62.03140600002371, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.81008700001985, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.357537999982014, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.82268199999817, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 60.79058900009841, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "sequence.js" ], "duration": 61.83177200006321, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 0.414102999959141, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "unary.js" ], "duration": 63.068790999939665, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.75178299995605, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.37423600000329, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 60.91565099998843, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.59538499999326, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 63.82118500000797, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 61.72052800003439, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "unary.js" ], "duration": 62.9542290000245, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 9, "numPendingTests": 0, "perfStats": { "start": 502455.852576, "end": 503004.791579, "runtime": 549, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 1, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/array-spread/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "multiple.js" ], "duration": 0.5309209999395534, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.563294999999925, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.67563599999994, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.08516999997664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.7973059999058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.78041099989787, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.38476000004448, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 61.430011999909766, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "multiple.js" ], "duration": 60.82828999997582, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 28, "numPendingTests": 0, "perfStats": { "start": 503110.380866, "end": 504882.85194499994, "runtime": 1772, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 4, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/yield/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.46501799998804927, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.08292499999516, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.81591100001242, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.834304000018165, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.537125999922864, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 61.66480999998748, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.75846599997021, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 0.44347800000105053, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.24981799989473, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.564821999985725, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 63.28734300006181, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 62.17930000007618, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.11536699999124, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "conditional.js" ], "duration": 64.87005699996371, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 0.4320969999535009, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 65.21737399999984, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 63.43571700004395, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.829969999962486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 61.73696499993093, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 64.2344489999814, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx-without-parenthesis.js" ], "duration": 66.42073200002778, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.41982299997471273, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.42630499997176, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.55204400001094, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.08729499997571, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 62.78621499997098, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.17715799994767, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 63.655595999909565, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 505001.65948, "end": 505872.60116200004, "runtime": 871, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/top-level-await/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "example.js" ], "duration": 0.4487480000825599, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.021435000002384, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "example.js" ], "duration": 61.1367559999926, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.904876000015065, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "example.js" ], "duration": 59.029562000068836, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.07408499997109, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "example.js" ], "duration": 60.1201080000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 0.44960900000296533, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 63.35103000001982, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 63.23791699996218, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 62.26087400002871, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 62.533050999976695, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 63.69213900004979, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "in-expression.js" ], "duration": 61.44977399997879, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 6, "numPendingTests": 0, "perfStats": { "start": 505982.89183599997, "end": 506422.56242499995, "runtime": 440, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/return-outside-function/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "return-outside-function.js" ], "duration": 0.9446029999526218, "failureMessages": [ "return-outside-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `return-outside-function.js format 1`\n \n - Snapshot - 6\n + Received + 1\n \n @@ -4,13 +4,8 @@\n | printWidth\n =====================================input======================================\n return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n =====================================output=====================================\n - return (\n - someVeryLongStringA &&\n - someVeryLongStringB &&\n - someVeryLongStringC &&\n - someVeryLongStringD\n - );\n + return someVeryLongStringA && someVeryLongStringB && someVeryLongStringC && someVeryLongStringD\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 158)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 60.18518400005996, "failureMessages": [], "fullName": "[typescript] format", "numPassingAsserts": 0, "status": "passed", "title": "[typescript] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 58.887601000024006, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.95561699999962, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.55756200000178, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.42065400001593, "failureMessages": [], "fullName": "[babel-ts] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-ts] format" }, { "ancestorTitles": [ "return-outside-function.js" ], "duration": 59.68776700005401, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 49, "numPendingTests": 0, "perfStats": { "start": 506542.419281, "end": 509661.24998599995, "runtime": 3119, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 7, "unchecked": 1, "unmatched": 0, "updated": 0, "uncheckedKeys": [ "graphql.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/template/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.44495100004132837, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 63.22987799998373, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 66.4482030000072, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 60.95461799995974, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 59.047872000024654, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 62.00982799998019, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.16334099997766, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 0.4833430000580847, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.447343999985605, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.677513999980874, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "call.js" ], "duration": 62.40886299998965, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "call.js" ], "duration": 63.6803470000159, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.46346400002949, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "call.js" ], "duration": 60.90132199996151, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 0.42910099995788187, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.57698799995705, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 61.792705999920145, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.2517269999953, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 63.888131999992765, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.41103399998974, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "comment.js" ], "duration": 64.05274199997075, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 0.4094639999093488, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 63.49411900003906, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 63.01025499997195, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.02517999999691, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.983503999887034, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 62.81511099997442, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "faulty-locations.js" ], "duration": 63.60943599999882, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 0.4216269999742508, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.697148000006564, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 62.84969599999022, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.550098999985494, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 61.22330099996179, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 63.07628899998963, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "indent.js" ], "duration": 66.027722000028, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 0.4165870000142604, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "inline.js" ], "duration": 65.61644900008105, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 62.93457599997055, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.96302400005516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 63.10089800006244, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 64.32972999999765, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "inline.js" ], "duration": 66.39168600004632, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 0.4509919999400154, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 66.8520669999998, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 62.855955999926664, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 64.36181999999098, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 63.8610059999628, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 63.81709100003354, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "parenthesis.js" ], "duration": 64.33649099990726, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 14, "numPendingTests": 0, "perfStats": { "start": 509772.014224, "end": 510673.16140099993, "runtime": 901, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/newline/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "backslash_2028.js" ], "duration": 0.44259500002954155, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 62.74702399992384, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 64.44557600002736, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 63.41155499999877, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 63.373064999934286, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 63.31659699999727, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2028.js" ], "duration": 64.03062000009231, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 0.44227500003762543, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 62.6246739999624, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 61.79910800000653, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 62.02963300002739, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.832140999962576, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 60.54254100006074, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "backslash_2029.js" ], "duration": 61.59883199993055, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nfunction-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 2, "numPassingTests": 110, "numPendingTests": 0, "perfStats": { "start": 510782.23971199995, "end": 517840.60986799997, "runtime": 7058, "slow": true }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 14, "unchecked": 1, "unmatched": 2, "updated": 0, "uncheckedKeys": [ "embed.js format 1" ] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/last-argument-expansion/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "arrow.js" ], "duration": 0.6784070000285283, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 68.26407999999356, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.81400000001304, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 66.7583230000455, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 64.19797400000971, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.93458299990743, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "arrow.js" ], "duration": 65.73462300002575, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 0.40319300000555813, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 64.50336299999617, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.800248000072315, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 62.20565300004091, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.00677899993025, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 60.0326880000066, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "assignment-pattern.js" ], "duration": 61.86677199997939, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 0.38608000008389354, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 64.20976400002837, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 62.94968299998436, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.40575500007253, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 60.592412999947555, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 61.51693000004161, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "break-parent.js" ], "duration": 63.03431300004013, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 0.9024340000469238, "failureMessages": [ "dangling-comment-in-arrow-function.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `dangling-comment-in-arrow-function.js format 1`\n \n - Snapshot - 3\n + Received + 4\n \n @@ -8,11 +8,12 @@\n // foo\n ) => {}\n );\n \n =====================================output=====================================\n - foo(() =>\n - // foo\n - {},\n + foo(\n + (\n + // foo\n + ) => {},\n );\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.77753500000108, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.48211199999787, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.10236599994823, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 60.90319500002079, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 61.43133900000248, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "dangling-comment-in-arrow-function.js" ], "duration": 62.00053099996876, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 0.4694969999836758, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 84.06131599994842, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 67.42317300010473, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 66.1482819999801, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 64.4697720000986, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 67.27347300003748, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "edge_case.js" ], "duration": 65.03708999999799, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 0.4254840000066906, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.443865000037476, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.63153900008183, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 59.89689599990379, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.75040999997873, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 61.85279400006402, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-lines.js" ], "duration": 60.750329999951646, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 0.42851999995764345, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.12009700003546, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 60.40915799990762, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.92454799998086, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 59.58728199999314, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.979884000029415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "empty-object.js" ], "duration": 61.71342200005893, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 0.7064079999690875, "failureMessages": [ "function-body-in-mode-break.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `function-body-in-mode-break.js format 1`\n \n - Snapshot - 5\n + Received + 3\n \n @@ -19,15 +19,13 @@\n );\n }\n \n =====================================output=====================================\n fs.readdirSync(suiteLoc).forEach(function (testName) {\n - (skip ? it.skip : it)(\n - testName,\n - buildTest(binName, testName, opts),\n - 2_000_000,\n - );\n + (skip\n + ? it.skip\n + : it)(testName, buildTest(binName, testName, opts), 2_000_000);\n });\n \n {\n (skip ? it.skip : it)(\n testName,\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 161)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 63.6490009999834, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 60.85601600003429, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.04452999995556, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.512326000025496, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 63.16138199996203, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-body-in-mode-break.js" ], "duration": 61.70950899994932, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 0.4261960000731051, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 62.70825599995442, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.55600600002799, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.33489999989979, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 60.4090960000176, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.54039500001818, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression-issue-2239.js" ], "duration": 61.5642490000464, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 0.43662499997299165, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.74804800003767, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.82554099999834, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 61.03754900000058, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 60.25773999991361, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.59012700000312, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "function-expression.js" ], "duration": 62.16554199997336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 0.499032000079751, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.15996900002938, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.460001999977976, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.103120999992825, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 59.6999599999981, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.30183600005694, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-10708.js" ], "duration": 60.32170099997893, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 0.4203449999913573, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.895904999924824, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.936835000058636, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 61.53974699997343, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 60.857151000062004, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.30201599991415, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "issue-7518.js" ], "duration": 62.566411999985576, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 0.4237010000506416, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.13532000000123, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 59.40939899999648, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.73438100004569, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 60.077633999986574, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 61.64650599996094, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "jsx.js" ], "duration": 64.6974990000017, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 0.6189949999097735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 65.38845899992157, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 59.826970000052825, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.787882000091486, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 60.73833900003228, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.48186599998735, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "number-only-array.js" ], "duration": 61.10341999994125, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 0.4749059999594465, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.22873500001151, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 62.07499200000893, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "object.js" ], "duration": 60.88628700003028, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.77055300003849, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "object.js" ], "duration": 64.39489399990998, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "object.js" ], "duration": 63.525630999938585, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 0.4511619999539107, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 111.47864200000186, "failureMessages": [], "fullName": "[flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 65.10905999992974, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 64.10858899995219, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 63.509561000042595, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 64.59875500004273, "failureMessages": [], "fullName": "[babel-flow] format", "numPassingAsserts": 0, "status": "passed", "title": "[babel-flow] format" }, { "ancestorTitles": [ "overflow.js" ], "duration": 66.99663900001906, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 1, "numPassingTests": 0, "numPendingTests": 0, "perfStats": { "start": 517984.43785000005, "end": 518044.96712799993, "runtime": 61, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 0, "unchecked": 0, "unmatched": 1, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments/html-like/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "comment.js" ], "duration": 0.81360900006257, "failureMessages": [ "comment.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `comment.js format 1`\n \n - Snapshot - 1\n + Received + 1\n \n @@ -6,9 +6,9 @@\n <!--\n alert(1)\n -->\n =====================================output=====================================\n <!--\n - alert(1); \n + alert(1)\n -->\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 162)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" } ], "numTodoTests": 0 }, { "failureMessage": "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\nstyled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n\ntuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n", "numFailingTests": 3, "numPassingTests": 35, "numPendingTests": 0, "perfStats": { "start": 518179.437128, "end": 520548.18237, "runtime": 2369, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 16, "unchecked": 0, "unmatched": 3, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/comments-closure-typecast/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "binary-expr.js" ], "duration": 0.4328680000035092, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "binary-expr.js" ], "duration": 58.661421000026166, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 0.4366950000403449, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "closure-compiler-type-cast.js" ], "duration": 70.5754930000985, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 0.43642499996349216, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-in-the-middle.js" ], "duration": 60.480016999994405, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 0.6567359999753535, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "comment-placement.js" ], "duration": 67.78496999992058, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 0.49636699992697686, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "extra-spaces-and-asterisks.js" ], "duration": 62.202954000094905, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 0.4613810000009835, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife-issue-5850-isolated.js" ], "duration": 59.29450199997518, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "iife.js" ], "duration": 0.4705979999853298, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "iife.js" ], "duration": 62.42032800009474, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 0.44949900009669363, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-4124.js" ], "duration": 61.41430999990553, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 0.4305030000396073, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-8045.js" ], "duration": 62.78264700004365, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 0.48835200001485646, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "issue-9358.js" ], "duration": 61.066231000004336, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "member.js" ], "duration": 0.39878399996086955, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "member.js" ], "duration": 58.95529000007082, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "nested.js" ], "duration": 0.4467339999973774, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "nested.js" ], "duration": 63.70639800000936, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 0.4217270000372082, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "non-casts.js" ], "duration": 61.34894900000654, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 0.4107569999760017, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "object-with-comment.js" ], "duration": 59.90460200002417, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 0.719833999988623, "failureMessages": [ "satisfies.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `satisfies.js format 1`\n \n - Snapshot - 2\n + Received + 2\n \n @@ -6,10 +6,10 @@\n module.exports = /** @satisfies {Record<string, string>} */ ({\n hello: 1337,\n });\n \n =====================================output=====================================\n - module.exports = /** @satisfies {Record<string, string>} */ ({\n + module.exports = /** @satisfies {Record<string, string>} */ {\n hello: 1337,\n - });\n + };\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "satisfies.js" ], "duration": 59.9542440000223, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 0.6473479999694973, "failureMessages": [ "styled-components.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `styled-components.js format 1`\n \n - Snapshot - 6\n + Received + 6\n \n @@ -16,14 +16,14 @@\n \n =====================================output=====================================\n const OverlapWrapper =\n /** @type {import('styled-components').ThemedStyledFunction<'div',null,{overlap: boolean}>} */\n (styled.div)`\n - position: relative;\n + position:relative;\n > {\n - position: absolute;\n - bottom: ${(p) => p.overlap === \"previous\" && 0};\n - top: ${(p) => p.overlap === \"next\" && 0};\n - }\n - `;\n + position: absolute;\n + bottom: ${(p) => p.overlap === \"previous\" && 0};\n + top: ${(p) => p.overlap === \"next\" && 0};\n + }\n + `;\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "styled-components.js" ], "duration": 63.18828200001735, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 0.4863380000460893, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "superclass.js" ], "duration": 59.451454999973066, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 0.7483570000622422, "failureMessages": [ "tuple-and-record.js > format\n Error: expect(received).toMatchSnapshot()\n \n Snapshot name: `tuple-and-record.js format 1`\n \n - Snapshot - 4\n + Received + 6\n \n @@ -37,16 +37,18 @@\n width,\n height,\n ...margins,\n });\n \n - foo = /** @type A */ (#{\n + foo = /** @type A */ (#\n + {\n // comment\n width,\n height,\n ...margins,\n - });\n + }\n + )\n \n foo = /** @type A */ ([\n // comment\n width,\n height,\n @@ -55,9 +57,9 @@\n \n foo = /** @type A */ (#[\n // comment\n width,\n height,\n - ...margins,\n - ]);\n + ...margins,\n + ])\n \n ================================================================================\n at runTest (file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:372:5)\n at file:///home/runner/work/biome/biome/prettier-repo/tests/config/format-test.js:305:17\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async Promise.all (index 163)\n at async TestScheduler.scheduleTests (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/TestScheduler.js:283:15)\n at async runJest (/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/core/build/runJest.js:367:19)\n" ], "fullName": "format", "numPassingAsserts": 1, "status": "failed", "title": "format" }, { "ancestorTitles": [ "tuple-and-record.js" ], "duration": 62.856545000104234, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 0.46874600008595735, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "ways-to-specify-type.js" ], "duration": 63.78009499993641, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 }, { "failureMessage": "", "numFailingTests": 0, "numPassingTests": 10, "numPendingTests": 0, "perfStats": { "start": 520665.25187999994, "end": 521286.61906899995, "runtime": 621, "slow": false }, "skipped": false, "snapshot": { "added": 0, "fileDeleted": false, "matched": 2, "unchecked": 0, "unmatched": 0, "updated": 0, "uncheckedKeys": [] }, "sourceMaps": {}, "testExecError": null, "testFilePath": "/home/runner/work/biome/biome/prettier-repo/tests/format/js/class-static-block/jsfmt.spec.js", "testResults": [ { "ancestorTitles": [ "class-static-block.js" ], "duration": 0.4579750000266358, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 61.01002599997446, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 59.64793499989901, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 60.55238000000827, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "class-static-block.js" ], "duration": 61.09174800000619, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 0.4315949999727309, "failureMessages": [], "fullName": "format", "numPassingAsserts": 0, "status": "passed", "title": "format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 60.32165099994745, "failureMessages": [], "fullName": "[acorn] format", "numPassingAsserts": 0, "status": "passed", "title": "[acorn] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 59.596115999971516, "failureMessages": [], "fullName": "[espree] format", "numPassingAsserts": 0, "status": "passed", "title": "[espree] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 61.39595899998676, "failureMessages": [], "fullName": "[meriyah] format", "numPassingAsserts": 0, "status": "passed", "title": "[meriyah] format" }, { "ancestorTitles": [ "with-line-breaks.js" ], "duration": 60.31741100002546, "failureMessages": [], "fullName": "[__babel_estree] format", "numPassingAsserts": 0, "status": "passed", "title": "[__babel_estree] format" } ], "numTodoTests": 0 } ], "wasInterrupted": false }
{ "bail": 0, "changedFilesWithAncestor": false, "ci": true, "collectCoverage": false, "collectCoverageFrom": [ "src/**/*.js", "bin/**/*.js" ], "coverageDirectory": "/home/runner/work/biome/biome/prettier-repo/coverage", "coverageProvider": "babel", "coverageReporters": [ "text", "lcov" ], "detectLeaks": false, "detectOpenHandles": false, "errorOnDeprecated": false, "expand": false, "findRelatedTests": false, "forceExit": false, "json": false, "lastCommit": false, "listTests": false, "logHeapUsage": false, "maxConcurrency": 5, "maxWorkers": 1, "noStackTrace": false, "nonFlagArgs": [], "notify": false, "notifyMode": "failure-change", "onlyChanged": false, "onlyFailures": false, "openHandlesTimeout": 1000, "passWithNoTests": false, "projects": [], "reporters": [ [ "default", {} ], [ "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-stare/lib/index.js", {} ], [ "/home/runner/work/biome/biome/prettier-repo/reporter.js", {} ] ], "rootDir": "/home/runner/work/biome/biome/prettier-repo", "runTestsByPath": false, "seed": 1032380810, "skipFilter": false, "snapshotFormat": { "escapeString": false, "printBasicPrototype": false }, "testFailureExitCode": 1, "testPathPattern": "", "testSequencer": "/home/runner/work/biome/biome/prettier-repo/node_modules/@jest/test-sequencer/build/index.js", "updateSnapshot": "none", "useStderr": false, "watch": false, "watchAll": false, "watchPlugins": [ { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/file_name_plugin/plugin.js" }, { "config": {}, "path": "/home/runner/work/biome/biome/prettier-repo/node_modules/jest-watch-typeahead/build/test_name_plugin/plugin.js" } ], "watchman": true, "workerThreads": false }